Lines Matching refs:sentry
96 class sentry;
97 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
266 * in that it also constructs a sentry object and has the same error
292 * std::basic_ostream::sentry. This has several effects, concluding
293 * with the setting of a status flag; see the sentry documentation
296 * If the sentry status is good, the function tries to generate
433 class basic_ostream<_CharT, _Traits>::sentry
448 * If the stream state is still good, then the sentry state becomes
452 sentry(basic_ostream<_CharT, _Traits>& __os);
460 * @c std::uncaught_exception() is true, the sentry destructor calls
463 ~sentry()
477 * @return The sentry state.
480 * return value is that of the sentry state (true == okay).
497 * std::basic_ostream. After constructing a sentry object with good
591 * std::basic_ostream. After constructing a sentry object with good