29 #ifndef _EXT_ENC_FILEBUF_H
30 #define _EXT_ENC_FILEBUF_H 1
38 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
40 _GLIBCXX_BEGIN_NAMESPACE_VERSION
43 template<
typename _CharT>
49 typedef typename traits_type::state_type state_type;
50 typedef typename traits_type::pos_type
pos_type;
54 { this->_M_state_beg = __state; }
61 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
64 _GLIBCXX_END_NAMESPACE_VERSION
GNU extensions for public use.
The actual work of input and output (for files).
traits_type::pos_type pos_type