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

#include <picojson.h>

Public Member Functions

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

Detailed Description

Definition at line 915 of file picojson.h.

Member Function Documentation

◆ parse_array_item()

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

Definition at line 937 of file picojson.h.

◆ parse_array_start()

bool picojson::deny_parse_context::parse_array_start ( )
inline

Definition at line 934 of file picojson.h.

◆ parse_array_stop()

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

Definition at line 940 of file picojson.h.

◆ parse_object_item()

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

Definition at line 946 of file picojson.h.

◆ parse_object_start()

bool picojson::deny_parse_context::parse_object_start ( )
inline

Definition at line 943 of file picojson.h.

◆ parse_string()

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

Definition at line 931 of file picojson.h.

◆ set_bool()

bool picojson::deny_parse_context::set_bool ( bool  )
inline

Definition at line 920 of file picojson.h.

◆ set_null()

bool picojson::deny_parse_context::set_null ( )
inline

Definition at line 917 of file picojson.h.

◆ set_number()

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

Definition at line 928 of file picojson.h.


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