Fabcoin Core  0.16.2
P2P Digital Currency
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 > 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 412 of file json_spirit_reader_template.h.

Constructor & Destructor Documentation

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 416 of file json_spirit_reader_template.h.

Here is the call graph for this function:

Member Function Documentation

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 507 of file json_spirit_reader_template.h.

Here is the call graph for this function:

Member Data Documentation

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.

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 505 of file json_spirit_reader_template.h.


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