ReactOS 0.4.16-dev-1059-gb1cf981
|
#include <corecrt_internal_strtox.h>
Public Types | |
typedef Character | char_type |
Public Member Functions | |
c_string_character_source (Character const *const string, Character const **const end) throw () | |
c_string_character_source (c_string_character_source &&other) throw () | |
c_string_character_source & | operator= (c_string_character_source &&other) throw () |
~c_string_character_source () | |
bool | validate () const throw () |
Character | get () throw () |
void | unget (Character const c) throw () |
Character const * | save_state () const throw () |
bool | restore_state (Character const *const state) throw () |
Private Member Functions | |
c_string_character_source (c_string_character_source const &)=delete | |
c_string_character_source & | operator= (c_string_character_source const &)=delete |
Private Attributes | |
Character const * | _p |
Character const ** | _end |
Definition at line 1787 of file corecrt_internal_strtox.h.
typedef Character __crt_strtox::c_string_character_source< Character >::char_type |
Definition at line 1791 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1793 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1805 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1822 of file corecrt_internal_strtox.h.
|
privatedelete |
|
inline |
Definition at line 1836 of file corecrt_internal_strtox.h.
|
inline |
|
privatedelete |
|
inline |
Definition at line 1852 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1847 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1841 of file corecrt_internal_strtox.h.
|
inline |
Definition at line 1830 of file corecrt_internal_strtox.h.
|
private |
Definition at line 1864 of file corecrt_internal_strtox.h.
Referenced by __crt_strtox::c_string_character_source< Character >::operator=(), and __crt_strtox::c_string_character_source< Character >::~c_string_character_source().
|
private |
Definition at line 1863 of file corecrt_internal_strtox.h.
Referenced by __crt_strtox::c_string_character_source< Character >::get(), __crt_strtox::c_string_character_source< Character >::operator=(), __crt_strtox::c_string_character_source< Character >::restore_state(), __crt_strtox::c_string_character_source< Character >::save_state(), __crt_strtox::c_string_character_source< Character >::unget(), __crt_strtox::c_string_character_source< Character >::validate(), and __crt_strtox::c_string_character_source< Character >::~c_string_character_source().