basic_istream< _CharT, _Traits >::sentry Class Template Reference

List of all members.

Detailed Description

template<typename _CharT, typename _Traits>
template<typename _CharT, typename _Traits>
class std::basic_istream< _CharT, _Traits >::sentry< _CharT, _Traits >

Objects of this class are created before all of the standard extractors are run. It is responsible for "exception-safe prefix and suffix operations," although only prefix actions are currently required by the standard. Additional actions may be added by the implementation, and we list them in http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/howto.html#5 under [27.6] notes.

Definition at line 622 of file istream.

Public Types


Member Typedef Documentation

typedef _Traits traits_type
 

Easy access to dependant types.

Definition at line 626 of file istream.


The documentation for this class was generated from the following file:
Generated on Wed Apr 27 18:35:35 2005 for libstdc++ source by  doxygen 1.4.2