JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions
RJPathsReader Class Reference

#include <RJPathsReader.h>

Inheritance diagram for RJPathsReader:
[legend]
Collaboration diagram for RJPathsReader:
[legend]

Public Member Functions

 RJPathsReader ()
 
bool Default ()
 
bool Null ()
 
bool Bool (bool b)
 
bool Int (int i)
 
bool Uint (unsigned int i)
 
bool Int64 (int64_t int64)
 
bool Uint64 (uint64_t uint64)
 
bool Double (double d)
 
bool RawNumber (const Ch *str, rapidjson::SizeType len, bool copy)
 
bool String (const Ch *ch, rapidjson::SizeType type, bool b)
 
bool StartObject ()
 
bool Key (const Ch *str, rapidjson::SizeType len, bool copy)
 
bool EndObject (rapidjson::SizeType type)
 
bool StartArray ()
 
bool EndArray (rapidjson::SizeType type)
 
const std::vector< std::string > & getPaths () const
 
void clear ()
 

Constructor & Destructor Documentation

◆ RJPathsReader()

RJPathsReader::RJPathsReader ( )

Member Function Documentation

◆ Bool()

bool RJPathsReader::Bool ( bool  b)

◆ clear()

void RJPathsReader::clear ( )
Here is the caller graph for this function:

◆ Default()

bool RJPathsReader::Default ( )

◆ Double()

bool RJPathsReader::Double ( double  d)

◆ EndArray()

bool RJPathsReader::EndArray ( rapidjson::SizeType  type)

◆ EndObject()

bool RJPathsReader::EndObject ( rapidjson::SizeType  type)

◆ getPaths()

const std::vector< std::string > & RJPathsReader::getPaths ( ) const
Here is the caller graph for this function:

◆ Int()

bool RJPathsReader::Int ( int  i)

◆ Int64()

bool RJPathsReader::Int64 ( int64_t  int64)

◆ Key()

bool RJPathsReader::Key ( const Ch *  str,
rapidjson::SizeType  len,
bool  copy 
)

◆ Null()

bool RJPathsReader::Null ( )

◆ RawNumber()

bool RJPathsReader::RawNumber ( const Ch *  str,
rapidjson::SizeType  len,
bool  copy 
)

◆ StartArray()

bool RJPathsReader::StartArray ( )

◆ StartObject()

bool RJPathsReader::StartObject ( )

◆ String()

bool RJPathsReader::String ( const Ch *  ch,
rapidjson::SizeType  type,
bool  b 
)

◆ Uint()

bool RJPathsReader::Uint ( unsigned int  i)

◆ Uint64()

bool RJPathsReader::Uint64 ( uint64_t  uint64)

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