29 #ifndef _EXT_ENC_FILEBUF_H
30 #define _EXT_ENC_FILEBUF_H 1
36 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
39 template<typename _CharT>
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type
pos_type;
50 { this->_M_state_beg = __state; }
57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
60 _GLIBCXX_END_NAMESPACE
traits_type::pos_type pos_type
The actual work of input and output (for files).This class associates both its input and output seque...