![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
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::json | inline |
is_bool() const | tsa::json | inline |
is_null() const | tsa::json | inline |
is_number() const | tsa::json | inline |
is_object() const | tsa::json | inline |
is_string() const | tsa::json | inline |
json() noexcept | tsa::json | |
json(std::nullptr_t) noexcept | tsa::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::json | inline |
json(const M &m) | tsa::json | inline |
json(const V &v) | tsa::json | inline |
json(void *)=delete | tsa::json | |
operator bool(void) const | tsa::json | inlineexplicit |
operator date(void) const | tsa::json | inlineexplicit |
operator date_time(void) const | tsa::json | inlineexplicit |
operator double(void) const | tsa::json | inlineexplicit |
operator int(void) const | tsa::json | inlineexplicit |
operator int64_t(void) const | tsa::json | inlineexplicit |
operator std::string(void) const | tsa::json | inlineexplicit |
operator!=(const json &rhs) const | tsa::json | inline |
operator<(const json &rhs) const | tsa::json | |
operator<=(const json &rhs) const | tsa::json | inline |
operator==(const json &rhs) const | tsa::json | |
operator>(const json &rhs) const | tsa::json | inline |
operator>=(const json &rhs) const | tsa::json | inline |
operator[](size_t i) const | tsa::json | |
operator[](const std::string &key) const | tsa::json | |
parse(const std::string &in, std::string &err) | tsa::json | static |
parse_multi(const std::string &in, std::string &err) | tsa::json | static |
shape typedef | tsa::json | |
string_value(void) const | tsa::json | |
to_variant(void) const | tsa::json | |
Type enum name | tsa::json | |
type() const | tsa::json |