Jump to Navigation
Home
Forum | Wiki | Bugtracker | Contact

Doxygen

  • Main Page
  • Alphabetical List
  • Data Structures
  • Directories
  • File List
  • Data Fields
  • Globals
  • Related Pages

Search

Doxygen

  • basic_filebuf
_Base
_Codecvt
_M_allocate_buffers
_M_allocate_buffers
_M_always_noconv
_M_base
_M_codecvt
_M_constant_width
_M_deallocate_buffers
_M_do_noconv_input
_M_end_state
_M_exit_input_mode
_M_exit_putback_mode
_M_ext_buf
_M_ext_buf_converted
_M_ext_buf_end
_M_ext_buf_EOS
_M_in_error_mode
_M_in_input_mode
_M_in_output_mode
_M_in_putback_mode
_M_input_error
_M_int_buf
_M_int_buf_dynamic
_M_int_buf_EOS
_M_max_width
_M_mmap_base
_M_mmap_len
_M_open
_M_output_error
_M_pback_buf
_M_saved_eback
_M_saved_egptr
_M_saved_gptr
_M_seek_init
_M_seek_return
_M_setup_codecvt
_M_state
_M_switch_to_input_mode
_M_switch_to_output_mode
_M_underflow_aux
_M_unshift
_M_width
_M_write
_S_pback_buf_size
_Self
_State_type
_Underflow< _CharT, _Traits >
basic_filebuf
char_type
close
fd
imbue
int_type
is_open
off_type
open
open
open
overflow
pbackfail
pos_type
seekoff
seekpos
setbuf
showmanyc
sync
traits_type
underflow
~basic_filebuf
template<class _CharT, class _Traits>
pos_type basic_filebuf< _CharT, _Traits >::_M_seek_return ( off_type  __off,
_State_type  __state 
) [inline, private]

Definition at line 247 of file _fstream.h.

                                                               {
    if (__off != -1) {
      if (_M_in_input_mode)
        _M_exit_input_mode();
      _M_in_input_mode = false;
      _M_in_output_mode = false;
      _M_in_putback_mode = false;
      _M_in_error_mode = false;
      this->setg(0, 0, 0);
      this->setp(0, 0);
    }

    pos_type __result(__off);
    __result.state(__state);
    return __result;
  }

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.