Pyrogenesis  trunk
Classes | Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
json_spirit::Json_grammer< Value_type, Iter_type > Class Template Reference

#include <json_spirit_reader_template.h>

Inheritance diagram for json_spirit::Json_grammer< Value_type, Iter_type >:
Inheritance graph
[legend]
Collaboration diagram for json_spirit::Json_grammer< Value_type, Iter_type >:
Collaboration graph
[legend]

Classes

class  definition
 

Public Types

typedef Semantic_actions< Value_type, Iter_type > Semantic_actions_t
 

Public Member Functions

 Json_grammer (Semantic_actions_t &semantic_actions)
 

Static Public Member Functions

static void throw_not_value (Iter_type begin, Iter_type end)
 
static void throw_not_array (Iter_type begin, Iter_type end)
 
static void throw_not_object (Iter_type begin, Iter_type end)
 
static void throw_not_pair (Iter_type begin, Iter_type end)
 
static void throw_not_colon (Iter_type begin, Iter_type end)
 
static void throw_not_string (Iter_type begin, Iter_type end)
 

Private Member Functions

Json_grammeroperator= (const Json_grammer &)
 

Private Attributes

Semantic_actions_tactions_
 

Member Typedef Documentation

◆ Semantic_actions_t

template<class Value_type , class Iter_type >
typedef Semantic_actions< Value_type, Iter_type > json_spirit::Json_grammer< Value_type, Iter_type >::Semantic_actions_t

Constructor & Destructor Documentation

◆ Json_grammer()

template<class Value_type , class Iter_type >
json_spirit::Json_grammer< Value_type, Iter_type >::Json_grammer ( Semantic_actions_t semantic_actions)
inline

Member Function Documentation

◆ operator=()

template<class Value_type , class Iter_type >
Json_grammer& json_spirit::Json_grammer< Value_type, Iter_type >::operator= ( const Json_grammer< Value_type, Iter_type > &  )
private

◆ throw_not_array()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_array ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

◆ throw_not_colon()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_colon ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

◆ throw_not_object()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_object ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

◆ throw_not_pair()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_pair ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

◆ throw_not_string()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_string ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

◆ throw_not_value()

template<class Value_type , class Iter_type >
static void json_spirit::Json_grammer< Value_type, Iter_type >::throw_not_value ( Iter_type  begin,
Iter_type  end 
)
inlinestatic

Member Data Documentation

◆ actions_

template<class Value_type , class Iter_type >
Semantic_actions_t& json_spirit::Json_grammer< Value_type, Iter_type >::actions_
private

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