Lines Matching refs:sentry
94 class sentry;
95 friend class sentry;
141 * constructing a temporary object of type std::basic_ostream::sentry.
143 * status flag; see the sentry documentation for more.
145 * If the sentry status is good, the function tries to generate
251 * in that it also constructs a sentry object and has the same error
277 * std::basic_ostream::sentry. This has several effects, concluding
278 * with the setting of a status flag; see the sentry documentation
281 * If the sentry status is good, the function tries to generate
304 * @brief Core write functionality, without sentry.
398 class basic_ostream<_CharT, _Traits>::sentry
413 * If the stream state is still good, then the sentry state becomes
417 sentry(basic_ostream<_CharT, _Traits>& __os);
423 * @c std::uncaught_exception() is true, the sentry destructor calls
426 ~sentry()
439 * @return The sentry state.
442 * return value is that of the sentry state (true == okay).
459 * std::basic_ostream. After constructing a sentry object with good
504 * std::basic_ostream. After constructing a sentry object with good