Lines Matching refs:sentry
107 class sentry;
108 friend class sentry;
144 * constructing a temporary object of type std::basic_istream::sentry
147 * sentry documentation for more.
149 * If the sentry status is good, the function tries to extract
243 * in that it also constructs a sentry object and has the same error
278 * std::basic_istream::sentry with the second argument (noskipws)
280 * setting of a status flag; see the sentry documentation for more.
282 * If the sentry status is good, the function tries to extract
463 * If, after constructing the sentry object, @c good() is false,
686 class basic_istream<_CharT, _Traits>::sentry
705 * following actions are performed, otherwise the sentry state
709 * The sentry's preparatory actions are:
714 * @c is.flags(), the sentry extracts and discards whitespace
718 * If the stream state is still good, then the sentry state becomes
722 sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
726 * @return The sentry state.
729 * return value is that of the sentry state (true == okay).
746 * std::basic_istream. After constructing a sentry object with good
773 * std::basic_istream. After constructing a sentry object with good
904 * std::basic_istream::sentry inside your definition of operator>>.