StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
picojson::default_parse_context Class Reference

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_object_start ()
 
template<typename Iter >
bool parse_object_item (input< Iter > &in, const std::string &key)
 
 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_object_start ()
 
template<typename Iter >
bool parse_object_item (input< Iter > &in, const std::string &key)
 

Protected Attributes

valueout_
 

Detailed Description

Definition at line 618 of file picojson.h.


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