Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT > Class Template Reference

#include <json_spirit_reader_template.h>

Public Member Functions

 definition (const Json_grammer &self)
 
const spirit_namespace::rule< ScannerT > & start () const
 

Public Attributes

spirit_namespace::rule< ScannerT > json_
 
spirit_namespace::rule< ScannerT > object_
 
spirit_namespace::rule< ScannerT > members_
 
spirit_namespace::rule< ScannerT > pair_
 
spirit_namespace::rule< ScannerT > array_
 
spirit_namespace::rule< ScannerT > elements_
 
spirit_namespace::rule< ScannerT > value_
 
spirit_namespace::rule< ScannerT > string_
 
spirit_namespace::rule< ScannerT > key_name_
 
spirit_namespace::rule< ScannerT > number_
 

Detailed Description

template<class Value_type, class Iter_type>
template<typename ScannerT>
class json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >

Definition at line 439 of file json_spirit_reader_template.h.

Constructor & Destructor Documentation

◆ definition()

template<class Value_type , class Iter_type >
template<typename ScannerT >
json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::definition ( const Json_grammer self)
inline

Definition at line 443 of file json_spirit_reader_template.h.

Member Function Documentation

◆ start()

template<class Value_type , class Iter_type >
template<typename ScannerT >
const spirit_namespace::rule< ScannerT >& json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::start ( ) const
inline

Definition at line 539 of file json_spirit_reader_template.h.

Member Data Documentation

◆ array_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::array_

Definition at line 537 of file json_spirit_reader_template.h.

◆ elements_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::elements_

Definition at line 537 of file json_spirit_reader_template.h.

◆ json_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::json_

Definition at line 537 of file json_spirit_reader_template.h.

◆ key_name_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::key_name_

Definition at line 537 of file json_spirit_reader_template.h.

◆ members_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::members_

Definition at line 537 of file json_spirit_reader_template.h.

◆ number_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::number_

Definition at line 537 of file json_spirit_reader_template.h.

◆ object_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::object_

Definition at line 537 of file json_spirit_reader_template.h.

◆ pair_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::pair_

Definition at line 537 of file json_spirit_reader_template.h.

◆ string_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::string_

Definition at line 537 of file json_spirit_reader_template.h.

◆ value_

template<class Value_type , class Iter_type >
template<typename ScannerT >
spirit_namespace::rule< ScannerT > json_spirit::Json_grammer< Value_type, Iter_type >::definition< ScannerT >::value_

Definition at line 537 of file json_spirit_reader_template.h.


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