29#ifndef _EXT_ENC_FILEBUF_H 
   30#define _EXT_ENC_FILEBUF_H 1 
   36namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
 
   38_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   41  template<
typename _CharT>
 
   52      { this->_M_state_beg = __state; }
 
   59      __glibcxx_class_requires(
state_type, _SGIAssignableConcept)
 
   62_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.