Hasher< Encoding, Allocator > Class Template Reference#
internal::Hasher< Encoding, Allocator > Class Template Reference
#include <schema.h>
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| Hasher (Allocator *allocator=0, size_t stackCapacity=kDefaultSize) | |
| bool | Null () |
| bool | Bool (bool b) |
| bool | Int (int i) |
| bool | Uint (unsigned u) |
| bool | Int64 (int64_t i) |
| bool | Uint64 (uint64_t u) |
| bool | Double (double d) |
| bool | RawNumber (const Ch *str, SizeType len, bool) |
| bool | String (const Ch *str, SizeType len, bool) |
| bool | StartObject () |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| bool | EndObject (SizeType memberCount) |
| bool | StartArray () |
| bool | EndArray (SizeType elementCount) |
| bool | IsValid () const |
| uint64_t | GetHashCode () const |
Member Typedef Documentation
◆ Ch
| typedef Encoding::Ch internal::Hasher< Encoding, Allocator >::Ch |
Constructor & Destructor Documentation
◆ Hasher()
|
inline |
Member Function Documentation
◆ Bool()
|
inline |
◆ Double()
|
inline |
◆ EndArray()
|
inline |
◆ EndObject()
|
inline |
◆ GetHashCode()
|
inline |
◆ Int()
|
inline |
◆ Int64()
|
inline |
◆ IsValid()
|
inline |
◆ Key()
|
inline |
◆ Null()
|
inline |
◆ RawNumber()
|
inline |
◆ StartArray()
|
inline |
◆ StartObject()
|
inline |
◆ String()
|
inline |
◆ Uint()
|
inline |
◆ Uint64()
|
inline |
The documentation for this class was generated from the following file: