11 #ifdef JSON_SPIRIT_VALUE_ENABLED
43 #if defined( JSON_SPIRIT_WVALUE_ENABLED ) && !defined( BOOST_NO_STD_WSTRING )
64 bool json_spirit::read( std::wstring::const_iterator& begin, std::wstring::const_iterator end, wValue&
value )
75 #ifdef JSON_SPIRIT_MVALUE_ENABLED
107 #if defined( JSON_SPIRIT_WMVALUE_ENABLED ) && !defined( BOOST_NO_STD_WSTRING )
128 bool json_spirit::read( std::wstring::const_iterator& begin, std::wstring::const_iterator end, wmValue&
value )
static constexpr bool value
Iter_type read_range_or_throw(Iter_type begin, Iter_type end, Value_type &value)
bool read(const std::string &s, mValue &value)
void read_or_throw(const std::string &s, mValue &value)
void read_string_or_throw(const String_type &s, Value_type &value)
bool read_range(Iter_type &begin, Iter_type end, Value_type &value)
bool read_stream(Istream_type &is, Value_type &value)
void read_stream_or_throw(Istream_type &is, Value_type &value)
bool read_string(const String_type &s, Value_type &value)