ARTS
2.2.66
|
#include <iotraits.h>
Public Types | |
typedef char | char_type |
typedef int | int_type |
typedef streampos | pos_type |
typedef streamoff | off_type |
typedef int | state_type |
Static Public Member Functions | |
static char_type | eos () |
static int_type | eof () |
static int_type | not_eof (int_type c) |
static char_type | newline () |
static bool | eq (char_type c1, char_type c2) |
static bool | eq_int_type (int_type i1, int_type i2) |
static void | assign (char &to, char from) |
static char_type | to_char_type (int_type c) |
static int_type | to_int_type (char_type c) |
static char_type * | copy (char_type *dst, char_type const *src, pos_type n) |
static size_t | length (char_type const *s) |
Definition at line 57 of file iotraits.h.
typedef char ios_traits< char >::char_type |
Definition at line 59 of file iotraits.h.
typedef int ios_traits< char >::int_type |
Definition at line 60 of file iotraits.h.
typedef streamoff ios_traits< char >::off_type |
Definition at line 62 of file iotraits.h.
typedef streampos ios_traits< char >::pos_type |
Definition at line 61 of file iotraits.h.
typedef int ios_traits< char >::state_type |
Definition at line 63 of file iotraits.h.
|
inlinestatic |
Definition at line 72 of file iotraits.h.
|
inlinestatic |
Definition at line 77 of file iotraits.h.
|
inlinestatic |
Definition at line 66 of file iotraits.h.
|
inlinestatic |
Definition at line 65 of file iotraits.h.
|
inlinestatic |
Definition at line 70 of file iotraits.h.
|
inlinestatic |
Definition at line 71 of file iotraits.h.
|
inlinestatic |
Definition at line 82 of file iotraits.h.
|
inlinestatic |
Definition at line 68 of file iotraits.h.
|
inlinestatic |
Definition at line 67 of file iotraits.h.
|
inlinestatic |
Definition at line 74 of file iotraits.h.
|
inlinestatic |
Definition at line 75 of file iotraits.h.