29#ifndef _EXT_ENC_FILEBUF_H
30#define _EXT_ENC_FILEBUF_H 1
38namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
40_GLIBCXX_BEGIN_NAMESPACE_VERSION
43 template<
typename _CharT>
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).
Class representing stream positions.
Extension to use iconv for dealing with character encodings.