Conscience Core
Classes | Public Member Functions | Protected Attributes | List of all members
picojson::null_parse_context Class Reference

#include <picojson.h>

Classes

struct  dummy_str
 

Public Member Functions

 null_parse_context (size_t depths=DEFAULT_MAX_DEPTHS)
 
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 &)
 
bool parse_object_stop ()
 

Protected Attributes

size_t depths_
 

Constructor & Destructor Documentation

◆ null_parse_context()

picojson::null_parse_context::null_parse_context ( size_t  depths = DEFAULT_MAX_DEPTHS)
inline

Member Function Documentation

◆ parse_array_item()

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

◆ parse_array_start()

bool picojson::null_parse_context::parse_array_start ( )
inline

◆ parse_array_stop()

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

◆ parse_object_item()

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

◆ parse_object_start()

bool picojson::null_parse_context::parse_object_start ( )
inline

◆ parse_object_stop()

bool picojson::null_parse_context::parse_object_stop ( )
inline

◆ parse_string()

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

◆ set_bool()

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

◆ set_null()

bool picojson::null_parse_context::set_null ( )
inline

◆ set_number()

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

Member Data Documentation

◆ depths_

size_t picojson::null_parse_context::depths_
protected

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