std::basic_ostream< CharT, Traits >::sentry< CharT, Traits > Class Template Reference
Performs setup work for output streams.
More...
List of all members.
Detailed Description
template<typename CharT, typename Traits>
template<typename CharT, typename Traits>
class std::basic_ostream< CharT, Traits >::sentry< CharT, Traits >
Performs setup work for output streams.
Objects of this class are created before all of the standard inserters are run. It is responsible for "exception-safe prefix and suffix operations." 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 362 of file ostream.
The documentation for this class was generated from the following file:
Generated on Wed May 25 01:47:30 2005 for libstdc++-v3 Source by
1.4.2