Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
HandlerTerminateAtStartObject Struct Reference
Inheritance diagram for HandlerTerminateAtStartObject:
Collaboration diagram for HandlerTerminateAtStartObject:

Public Member Functions

bool StartObject ()
 
- Public Member Functions inherited from IterativeParsingReaderHandler< Encoding >
 IterativeParsingReaderHandler ()
 
bool Null ()
 
bool Bool (bool)
 
bool Int (int)
 
bool Uint (unsigned)
 
bool Int64 (int64_t)
 
bool Uint64 (uint64_t)
 
bool Double (double)
 
bool RawNumber (const Ch *, SizeType, bool)
 
bool String (const Ch *, SizeType, bool)
 
bool StartObject ()
 
bool Key (const Ch *, SizeType, bool)
 
bool EndObject (SizeType c)
 
bool StartArray ()
 
bool EndArray (SizeType c)
 

Additional Inherited Members

- Public Types inherited from IterativeParsingReaderHandler< Encoding >
typedef Encoding::Ch Ch
 
- Public Attributes inherited from IterativeParsingReaderHandler< Encoding >
uint32_t Logs [LogCapacity]
 
size_t LogCount
 
- Static Public Attributes inherited from IterativeParsingReaderHandler< Encoding >
static const uint32_t LOG_NULL = 0x10000000
 
static const uint32_t LOG_BOOL = 0x20000000
 
static const uint32_t LOG_INT = 0x30000000
 
static const uint32_t LOG_UINT = 0x40000000
 
static const uint32_t LOG_INT64 = 0x50000000
 
static const uint32_t LOG_UINT64 = 0x60000000
 
static const uint32_t LOG_DOUBLE = 0x70000000
 
static const uint32_t LOG_STRING = 0x80000000
 
static const uint32_t LOG_STARTOBJECT = 0x90000000
 
static const uint32_t LOG_KEY = 0xA0000000
 
static const uint32_t LOG_ENDOBJECT = 0xB0000000
 
static const uint32_t LOG_STARTARRAY = 0xC0000000
 
static const uint32_t LOG_ENDARRAY = 0xD0000000
 
static const size_t LogCapacity = 256
 

Detailed Description

Definition at line 1635 of file readertest.cpp.

Member Function Documentation

◆ StartObject()

bool HandlerTerminateAtStartObject::StartObject ( )
inline

Definition at line 1636 of file readertest.cpp.

1636{ return false; }

The documentation for this struct was generated from the following file: