Public Types | |
typedef char | Ch |
Public Member Functions | |
FilterKeyReader (InputStream &is, const Ch *keyString, SizeType keyLength) | |
const ParseResult & | GetParseResult () const |
template<typename Handler > | |
bool | operator() (Handler &handler) |
Private Member Functions | |
FilterKeyReader (const FilterKeyReader &) | |
FilterKeyReader & | operator= (const FilterKeyReader &) |
Private Attributes | |
InputStream & | is_ |
const SizeType | keyLength_ |
const char * | keyString_ |
ParseResult | parseResult_ |
Definition at line 111 of file filterkeydom.cpp.
typedef char FilterKeyReader< InputStream >::Ch |
Definition at line 113 of file filterkeydom.cpp.
|
inline |
Definition at line 115 of file filterkeydom.cpp.
|
private |
|
inline |
Definition at line 128 of file filterkeydom.cpp.
|
inline |
Definition at line 121 of file filterkeydom.cpp.
|
private |
|
private |
Definition at line 134 of file filterkeydom.cpp.
|
private |
Definition at line 136 of file filterkeydom.cpp.
|
private |
Definition at line 135 of file filterkeydom.cpp.
|
private |
Definition at line 137 of file filterkeydom.cpp.