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

#include <picojson.h>

Collaboration diagram for picojson::default_parse_context:

Public Member Functions

 default_parse_context (value *out)
 
bool set_null ()
 
bool set_bool (bool b)
 
bool set_number (double f)
 
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 &key)
 

Protected Attributes

valueout_
 

Private Member Functions

 default_parse_context (const default_parse_context &)
 
default_parse_contextoperator= (const default_parse_context &)
 

Detailed Description

Definition at line 951 of file picojson.h.

Constructor & Destructor Documentation

◆ default_parse_context() [1/2]

picojson::default_parse_context::default_parse_context ( value out)
inline

Definition at line 956 of file picojson.h.

◆ default_parse_context() [2/2]

picojson::default_parse_context::default_parse_context ( const default_parse_context )
private

Member Function Documentation

◆ operator=()

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

◆ parse_array_item()

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

Definition at line 984 of file picojson.h.

Here is the call graph for this function:

◆ parse_array_start()

bool picojson::default_parse_context::parse_array_start ( )
inline

Definition at line 980 of file picojson.h.

◆ parse_array_stop()

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

Definition at line 990 of file picojson.h.

◆ parse_object_item()

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

Definition at line 997 of file picojson.h.

Here is the call graph for this function:

◆ parse_object_start()

bool picojson::default_parse_context::parse_object_start ( )
inline

Definition at line 993 of file picojson.h.

◆ parse_string()

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

Definition at line 976 of file picojson.h.

Here is the call graph for this function:

◆ set_bool()

bool picojson::default_parse_context::set_bool ( bool  b)
inline

Definition at line 962 of file picojson.h.

◆ set_null()

bool picojson::default_parse_context::set_null ( )
inline

Definition at line 958 of file picojson.h.

◆ set_number()

bool picojson::default_parse_context::set_number ( double  f)
inline

Definition at line 972 of file picojson.h.

Here is the call graph for this function:

Member Data Documentation

◆ out_

value* picojson::default_parse_context::out_
protected

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