Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <json_spirit_value.h>
Public Types | |
typedef Config::String_type | String_type |
typedef Config::Value_type | Value_type |
Public Member Functions | |
Pair_impl (const String_type &name, const Value_type &value) | |
bool | operator== (const Pair_impl &lhs) const |
Public Attributes | |
String_type | name_ |
Value_type | value_ |
Definition at line 95 of file json_spirit_value.h.
typedef Config::String_type json_spirit::Pair_impl< Config >::String_type |
Definition at line 97 of file json_spirit_value.h.
typedef Config::Value_type json_spirit::Pair_impl< Config >::Value_type |
Definition at line 98 of file json_spirit_value.h.
json_spirit::Pair_impl< Config >::Pair_impl | ( | const String_type & | name, |
const Value_type & | value | ||
) |
Definition at line 437 of file json_spirit_value.h.
bool json_spirit::Pair_impl< Config >::operator== | ( | const Pair_impl< Config > & | lhs | ) | const |
Definition at line 444 of file json_spirit_value.h.
String_type json_spirit::Pair_impl< Config >::name_ |
Definition at line 104 of file json_spirit_value.h.
Value_type json_spirit::Pair_impl< Config >::value_ |
Definition at line 105 of file json_spirit_value.h.