Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::json Member List

This is the complete list of members for tsa::json, including all inherited members.

bool_value(void) const tsa::json
dump(std::string &out) const tsa::json
int_value(void) const tsa::json
is_array() const tsa::jsoninline
is_bool() const tsa::jsoninline
is_null() const tsa::jsoninline
is_number() const tsa::jsoninline
is_object() const tsa::jsoninline
is_string() const tsa::jsoninline
json() noexcepttsa::json
json(std::nullptr_t) noexcepttsa::json
json(double value)tsa::json
json(int value)tsa::json
json(int64_t value)tsa::json
json(uint64_t value)tsa::json
json(bool value)tsa::json
json(const date_time &value)tsa::json
json(const date &value)tsa::json
json(const std::string &value)tsa::json
json(std::string &&value)tsa::json
json(const char *value)tsa::json
json(const array &values)tsa::json
json(array &&values)tsa::json
json(const object &values)tsa::json
json(object &&values)tsa::json
json(const T &t)tsa::jsoninline
json(const M &m)tsa::jsoninline
json(const V &v)tsa::jsoninline
json(void *)=deletetsa::json
operator bool(void) const tsa::jsoninlineexplicit
operator date(void) const tsa::jsoninlineexplicit
operator date_time(void) const tsa::jsoninlineexplicit
operator double(void) const tsa::jsoninlineexplicit
operator int(void) const tsa::jsoninlineexplicit
operator int64_t(void) const tsa::jsoninlineexplicit
operator std::string(void) const tsa::jsoninlineexplicit
operator!=(const json &rhs) const tsa::jsoninline
operator<(const json &rhs) const tsa::json
operator<=(const json &rhs) const tsa::jsoninline
operator==(const json &rhs) const tsa::json
operator>(const json &rhs) const tsa::jsoninline
operator>=(const json &rhs) const tsa::jsoninline
operator[](size_t i) const tsa::json
operator[](const std::string &key) const tsa::json
parse(const std::string &in, std::string &err)tsa::jsonstatic
parse_multi(const std::string &in, std::string &err)tsa::jsonstatic
shape typedeftsa::json
string_value(void) const tsa::json
to_variant(void) const tsa::json
Type enum nametsa::json
type() const tsa::json