MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 &)
 

Member Function Documentation

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

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