#include <corecrt_internal_stdio.h>
Definition at line 196 of file corecrt_internal_stdio.h.
◆ __crt_stdio_stream() [1/3]
__crt_stdio_stream::__crt_stdio_stream |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ __crt_stdio_stream() [2/3]
__crt_stdio_stream::__crt_stdio_stream |
( |
FILE *const |
stream | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ __crt_stdio_stream() [3/3]
◆ ctrl_z()
bool __crt_stdio_stream::ctrl_z |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ deallocate()
void __crt_stdio_stream::deallocate |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 239 of file corecrt_internal_stdio.h.
240 {
241
242
244 }
long __cdecl _InterlockedExchange(_Interlocked_operand_ long volatile *_Target, long _Value)
◆ eof()
bool __crt_stdio_stream::eof |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ error()
bool __crt_stdio_stream::error |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ get_flags()
long __crt_stdio_stream::get_flags |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_all_of()
bool __crt_stdio_stream::has_all_of |
( |
long const |
flags | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_any_buffer()
bool __crt_stdio_stream::has_any_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_any_of()
bool __crt_stdio_stream::has_any_of |
( |
long const |
flags | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_big_buffer()
bool __crt_stdio_stream::has_big_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_crt_buffer()
bool __crt_stdio_stream::has_crt_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_setvbuf_buffer()
bool __crt_stdio_stream::has_setvbuf_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_temporary_buffer()
bool __crt_stdio_stream::has_temporary_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ has_user_buffer()
bool __crt_stdio_stream::has_user_buffer |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ is_in_use()
bool __crt_stdio_stream::is_in_use |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ is_string_backed()
bool __crt_stdio_stream::is_string_backed |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ lock()
void __crt_stdio_stream::lock |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
Definition at line 248 of file corecrt_internal_stdio.h.
FILE * public_stream() const
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)
◆ lowio_handle()
int __crt_stdio_stream::lowio_handle |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator->()
◆ public_stream()
FILE * __crt_stdio_stream::public_stream |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ set_flags()
bool __crt_stdio_stream::set_flags |
( |
long const |
flags | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ try_allocate()
bool __crt_stdio_stream::try_allocate |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ unlock()
void __crt_stdio_stream::unlock |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ unset_flags()
bool __crt_stdio_stream::unset_flags |
( |
long const |
flags | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ valid()
bool __crt_stdio_stream::valid |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ _stream
The documentation for this class was generated from the following file: