gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
picojson::null_parse_context Class Reference

#include <picojson.h>

Classes

struct  dummy_str
 

Public Member Functions

 null_parse_context ()
 
bool set_null ()
 
bool set_bool (bool)
 
bool set_number (double)
 
template<typename Iter >
bool parse_string (input< Iter > &in)
 
bool parse_array_start ()
 
template<typename Iter >
bool parse_array_item (input< Iter > &in, size_t)
 
bool parse_array_stop (size_t)
 
bool parse_object_start ()
 
template<typename Iter >
bool parse_object_item (input< Iter > &in, const std::string &)
 

Private Member Functions

 null_parse_context (const null_parse_context &)
 
null_parse_contextoperator= (const null_parse_context &)
 

Detailed Description

Definition at line 1008 of file picojson.h.

Constructor & Destructor Documentation

◆ null_parse_context() [1/2]

picojson::null_parse_context::null_parse_context ( )
inline

Definition at line 1016 of file picojson.h.

◆ null_parse_context() [2/2]

picojson::null_parse_context::null_parse_context ( const null_parse_context )
private

Member Function Documentation

◆ operator=()

null_parse_context& picojson::null_parse_context::operator= ( const null_parse_context )
private

◆ parse_array_item()

template<typename Iter >
bool picojson::null_parse_context::parse_array_item ( input< Iter > &  in,
size_t   
)
inline

Definition at line 1039 of file picojson.h.

Here is the call graph for this function:

◆ parse_array_start()

bool picojson::null_parse_context::parse_array_start ( )
inline

Definition at line 1036 of file picojson.h.

◆ parse_array_stop()

bool picojson::null_parse_context::parse_array_stop ( size_t  )
inline

Definition at line 1042 of file picojson.h.

◆ parse_object_item()

template<typename Iter >
bool picojson::null_parse_context::parse_object_item ( input< Iter > &  in,
const std::string &   
)
inline

Definition at line 1048 of file picojson.h.

Here is the call graph for this function:

◆ parse_object_start()

bool picojson::null_parse_context::parse_object_start ( )
inline

Definition at line 1045 of file picojson.h.

◆ parse_string()

template<typename Iter >
bool picojson::null_parse_context::parse_string ( input< Iter > &  in)
inline

Definition at line 1032 of file picojson.h.

Here is the call graph for this function:

◆ set_bool()

bool picojson::null_parse_context::set_bool ( bool  )
inline

Definition at line 1021 of file picojson.h.

◆ set_null()

bool picojson::null_parse_context::set_null ( )
inline

Definition at line 1018 of file picojson.h.

◆ set_number()

bool picojson::null_parse_context::set_number ( double  )
inline

Definition at line 1029 of file picojson.h.


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