![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
This is the complete list of members for tsa::column_defs, including all inherited members.
add_column(type_t column_type, const std::string &column_name, size_t length=1) | tsa::column_defs | |
class_name(void) const | tsa::object | |
clear() | tsa::column_defs | |
column_count(void) const | tsa::column_defs | |
column_defs(void) | tsa::column_defs | |
column_defs(column_defs &&) | tsa::column_defs | |
column_defs(const std::string &column_definition_string) | tsa::column_defs | |
column_defs(const char *column_definition_string) | tsa::column_defs | |
column_defs(const column_defs &) | tsa::column_defs | |
column_exists(const std::string column_name) const | tsa::column_defs | |
column_field_length(size_t position) const | tsa::column_defs | |
column_field_length(const std::string &column_name) const | tsa::column_defs | |
column_name(size_t position) const | tsa::column_defs | |
column_number(const std::string column_name) const | tsa::column_defs | |
column_type(size_t position) const | tsa::column_defs | |
column_type(const std::string &field_name) const | tsa::column_defs | |
defined(void) const | tsa::column_defs | |
from_string(const std::string &column_definition_string) | tsa::column_defs | |
has_pointer_field(void) const | tsa::column_defs | |
has_same_class_as(const object &other) const | tsa::object | |
is_equal(const column_defs &other) | tsa::column_defs | |
object(void) | tsa::object | inline |
operator=(const column_defs &other) | tsa::column_defs | |
remove_column(const std::string &column_name) | tsa::column_defs | |
size(void) const | tsa::column_defs | |
to_string(void) const | tsa::column_defs | |
~object(void) | tsa::object | inlinevirtual |