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
259 * in that it also constructs a sentry object and has the same error
285 * std::basic_ostream::sentry. This has several effects, concluding
286 * with the setting of a status flag; see the sentry documentation
289 * If the sentry status is good, the function tries to generate
312 * @brief Core write functionality, without sentry.
432 class basic_ostream<_CharT, _Traits>::sentry
447 * If the stream state is still good, then the sentry state becomes
451 sentry(basic_ostream<_CharT, _Traits>& __os);
459 * @c std::uncaught_exception() is true, the sentry destructor calls
462 ~sentry()
476 * @return The sentry state.
479 * return value is that of the sentry state (true == okay).
496 * std::basic_ostream. After constructing a sentry object with good
582 * std::basic_ostream. After constructing a sentry object with good