RetroArch
Public Types | Public Member Functions | List of all members
BaseReaderHandler< Encoding, Derived > Struct Template Reference

Default implementation of Handler. More...

#include <fwd.h>

Public Types

typedef Encoding::Ch Ch
 
typedef internal::SelectIf< internal::IsSame< Derived, void >, BaseReaderHandler, Derived >::Type Override
 

Public Member Functions

bool Default ()
 
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 *str, SizeType len, bool copy)
 enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) More...
 
bool String (const Ch *, SizeType, bool)
 
bool StartObject ()
 
bool Key (const Ch *str, SizeType len, bool copy)
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType)
 

Detailed Description

template<typename Encoding = UTF8<>, typename Derived = void>
struct BaseReaderHandler< Encoding, Derived >

Default implementation of Handler.

This can be used as base class of any reader handler.

Note
implements Handler concept

Member Typedef Documentation

◆ Ch

template<typename Encoding = UTF8<>, typename Derived = void>
typedef Encoding::Ch BaseReaderHandler< Encoding, Derived >::Ch

◆ Override

template<typename Encoding = UTF8<>, typename Derived = void>
typedef internal::SelectIf<internal::IsSame<Derived, void>, BaseReaderHandler, Derived>::Type BaseReaderHandler< Encoding, Derived >::Override

Member Function Documentation

◆ Bool()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Bool ( bool  )
inline

◆ Default()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Default ( )
inline

◆ Double()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Double ( double  )
inline

◆ EndArray()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::EndArray ( SizeType  )
inline

◆ EndObject()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::EndObject ( SizeType  )
inline

◆ Int()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Int ( int  )
inline

◆ Int64()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Int64 ( int64_t  )
inline

◆ Key()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Key ( const Ch str,
SizeType  len,
bool  copy 
)
inline

◆ Null()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Null ( )
inline

◆ RawNumber()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::RawNumber ( const Ch str,
SizeType  len,
bool  copy 
)
inline

enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length)

◆ StartArray()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::StartArray ( )
inline

◆ StartObject()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::StartObject ( )
inline

◆ String()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::String ( const Ch ,
SizeType  ,
bool   
)
inline

◆ Uint()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Uint ( unsigned  )
inline

◆ Uint64()

template<typename Encoding = UTF8<>, typename Derived = void>
bool BaseReaderHandler< Encoding, Derived >::Uint64 ( uint64_t  )
inline

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