Skip to content

Namespace json

Namespace List > json

Classes

Type Name
class JSON

Public Functions

Type Name
JSON Array ()
JSON Array (T... args)
JSON ArrayFromRangeObject (T arr)
JSON Object ()
bool operator!= (const JSON a, const JSON b)
long long int operator% (const JSON a, long long int b)
bool operator< (const JSON a, const JSON b)
std::ostream & operator<< (std::ostream & os, const JSON & json)
bool operator<= (const JSON a, const JSON b)
bool operator== (const JSON a, const JSON b)
bool operator> (const JSON a, const JSON b)
bool operator>= (const JSON a, const JSON b)
auto to_string (const T & value)

Public Functions Documentation

function Array

inline JSON json::Array () 

function Array

template<typename... T>
JSON json::Array (
    T... args
) 

function ArrayFromRangeObject

template<typename T>
JSON json::ArrayFromRangeObject (
    T arr
) 

function Object

inline JSON json::Object () 

function operator!=

inline bool json::operator!= (
    const JSON a,
    const JSON b
) 

function operator%

inline long long int json::operator% (
    const JSON a,
    long long int b
) 

function operator<

inline bool json::operator< (
    const JSON a,
    const JSON b
) 

function operator<<

inline std::ostream & json::operator<< (
    std::ostream & os,
    const JSON & json
) 

function operator<=

inline bool json::operator<= (
    const JSON a,
    const JSON b
) 

function operator==

inline bool json::operator== (
    const JSON a,
    const JSON b
) 

function operator>

inline bool json::operator> (
    const JSON a,
    const JSON b
) 

function operator>=

inline bool json::operator>= (
    const JSON a,
    const JSON b
) 

function to_string

template<typename T>
auto json::to_string (
    const T & value
) 

wv: outputing doubles in the right precision.



The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/json/simplejson.h