bool_type typedef | GC_namespace::GenericContainer | |
clear() | GC_namespace::GenericContainer | |
collapse() | GC_namespace::GenericContainer | |
compare_content(GenericContainer const &gc, string_view from="") const | GC_namespace::GenericContainer | |
complex_type typedef | GC_namespace::GenericContainer | |
copyto_mat_complex(mat_complex_type &m, string_view="") const | GC_namespace::GenericContainer | |
copyto_mat_int(mat_int_type &m, string_view="") const | GC_namespace::GenericContainer | |
copyto_mat_long(mat_long_type &m, string_view="") const | GC_namespace::GenericContainer | |
copyto_mat_real(mat_real_type &m, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_complex(vec_complex_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_int(vec_int_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_long(vec_long_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_real(vec_real_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_string(vec_string_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_uint(vec_uint_type &v, string_view="") const | GC_namespace::GenericContainer | |
copyto_vec_ulong(vec_ulong_type &v, string_view="") const | GC_namespace::GenericContainer | |
de_serialize(int32_t buffer_dim, uint8_t const *buffer) | GC_namespace::GenericContainer | |
de_serialize(vector< uint8_t > const &buffer) | GC_namespace::GenericContainer | |
dump(ostream_type &stream, string_view prefix="", string_view indent=" ") const | GC_namespace::GenericContainer | |
erase(string_view name) const | GC_namespace::GenericContainer | |
exception(string_view const where) GC_NO_RETURN | GC_namespace::GenericContainer | static |
exists(string_view s) const | GC_namespace::GenericContainer | |
exists(vec_string_type const &vs) const | GC_namespace::GenericContainer | |
free_pointer() | GC_namespace::GenericContainer | |
from_file(string_view file_name) | GC_namespace::GenericContainer | |
from_gc(GenericContainer const &gc) | GC_namespace::GenericContainer | |
from_json(istream_type &stream) | GC_namespace::GenericContainer | |
from_json(string const &data) | GC_namespace::GenericContainer | inline |
from_json2(istream_type &stream) | GC_namespace::GenericContainer | |
from_toml(istream_type &stream) | GC_namespace::GenericContainer | |
from_toml(string const &data) | GC_namespace::GenericContainer | inline |
from_yaml(istream_type &stream) | GC_namespace::GenericContainer | |
from_yaml(string const &data) | GC_namespace::GenericContainer | inline |
GenericContainer() | GC_namespace::GenericContainer | inline |
GenericContainer(bool const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(uint_type const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(int_type const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(ulong_type const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(long_type const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(float const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(double const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(complex< float > const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(complex< double > const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(char const *a) | GC_namespace::GenericContainer | inline |
GenericContainer(string const &a) | GC_namespace::GenericContainer | inline |
GenericContainer(string_view a) | GC_namespace::GenericContainer | inline |
GenericContainer(pointer_type a) | GC_namespace::GenericContainer | inline |
GenericContainer(GenericContainer const &gc) | GC_namespace::GenericContainer | inline |
get_as_int(string_view const where="") const | GC_namespace::GenericContainer | |
get_as_long(string_view const where="") const | GC_namespace::GenericContainer | |
get_as_uint(string_view const where="") const | GC_namespace::GenericContainer | |
get_as_ulong(string_view const where="") const | GC_namespace::GenericContainer | |
get_bool(string_view const where="") | GC_namespace::GenericContainer | |
get_bool(string_view const where="") const | GC_namespace::GenericContainer | |
get_bool_at(unsigned i) | GC_namespace::GenericContainer | |
get_bool_at(T i) | GC_namespace::GenericContainer | inline |
get_bool_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_complex(string_view const where="") | GC_namespace::GenericContainer | |
get_complex(string_view const where="") const | GC_namespace::GenericContainer | |
get_complex_at(unsigned i) | GC_namespace::GenericContainer | |
get_complex_at(T i) | GC_namespace::GenericContainer | inline |
get_complex_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_complex_at(unsigned i, unsigned j) | GC_namespace::GenericContainer | |
get_complex_at(unsigned i, unsigned j, string_view const where) const | GC_namespace::GenericContainer | |
get_complex_number(string_view const where="") const | GC_namespace::GenericContainer | |
get_complex_number(real_type &re, real_type &im) const | GC_namespace::GenericContainer | |
get_complex_number_at(unsigned i, string_view="") const | GC_namespace::GenericContainer | |
get_complex_number_at(unsigned i, real_type &re, real_type &im, string_view="") const | GC_namespace::GenericContainer | |
get_complex_pointer() const | GC_namespace::GenericContainer | |
get_complex_pointer() | GC_namespace::GenericContainer | |
get_gc_at(unsigned i) | GC_namespace::GenericContainer | |
get_gc_at(T i) | GC_namespace::GenericContainer | inline |
get_gc_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, bool &value) const | GC_namespace::GenericContainer | |
get_if_exists(vec_string_type const &fields, bool &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, int_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, uint_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, long_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, ulong_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, real_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, complex_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(string_view field, string_type &value) const | GC_namespace::GenericContainer | |
get_if_exists(vec_string_type const &fields, T &value) const | GC_namespace::GenericContainer | inline |
get_if_exists(char const field[], T &value) const | GC_namespace::GenericContainer | inline |
get_int(string_view const where="") | GC_namespace::GenericContainer | |
get_int(string_view const where="") const | GC_namespace::GenericContainer | |
get_int_at(unsigned i) | GC_namespace::GenericContainer | |
get_int_at(T i) | GC_namespace::GenericContainer | inline |
get_int_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_int_at(unsigned i, unsigned j) | GC_namespace::GenericContainer | |
get_int_at(unsigned i, unsigned j, string_view const where) const | GC_namespace::GenericContainer | |
get_int_pointer() const | GC_namespace::GenericContainer | |
get_int_pointer() | GC_namespace::GenericContainer | |
get_keys(vec_string_type &keys) const | GC_namespace::GenericContainer | |
get_keys() const | GC_namespace::GenericContainer | |
get_long(string_view const where="") | GC_namespace::GenericContainer | |
get_long(string_view const where="") const | GC_namespace::GenericContainer | |
get_long_at(unsigned i) | GC_namespace::GenericContainer | |
get_long_at(T i) | GC_namespace::GenericContainer | inline |
get_long_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_long_at(unsigned i, unsigned j) | GC_namespace::GenericContainer | |
get_long_at(unsigned i, unsigned j, string_view const where) const | GC_namespace::GenericContainer | |
get_long_pointer() const | GC_namespace::GenericContainer | |
get_long_pointer() | GC_namespace::GenericContainer | |
get_map(string_view="") | GC_namespace::GenericContainer | |
get_map(string_view="") const | GC_namespace::GenericContainer | |
get_map_bool(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_bool(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_bool(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_int(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_int(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_int(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_number(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_number(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_number(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_string(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_string(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_string(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_complex(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_complex(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_vec_complex(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_real(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_real(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_vec_real(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_string(string_view const key, string_view const where="") const | GC_namespace::GenericContainer | |
get_map_vec_string(std::initializer_list< string > args) const | GC_namespace::GenericContainer | |
get_map_vec_string(vec_string_type const &keys, string_view const where="") const | GC_namespace::GenericContainer | |
get_mat_complex(string_view="") | GC_namespace::GenericContainer | |
get_mat_complex(string_view="") const | GC_namespace::GenericContainer | |
get_mat_int(string_view="") | GC_namespace::GenericContainer | |
get_mat_int(string_view="") const | GC_namespace::GenericContainer | |
get_mat_long(string_view="") | GC_namespace::GenericContainer | |
get_mat_long(string_view="") const | GC_namespace::GenericContainer | |
get_mat_real(string_view="") | GC_namespace::GenericContainer | |
get_mat_real(string_view="") const | GC_namespace::GenericContainer | |
get_num_elements() const | GC_namespace::GenericContainer | |
get_number(string_view const where="") const | GC_namespace::GenericContainer | |
get_number_at(unsigned i, string_view="") const | GC_namespace::GenericContainer | |
get_numCols() const | GC_namespace::GenericContainer | inline |
get_numRows() const | GC_namespace::GenericContainer | inline |
get_pointer() | GC_namespace::GenericContainer | inline |
get_pointer() const | GC_namespace::GenericContainer | inline |
get_pointer_at(unsigned i) | GC_namespace::GenericContainer | inline |
get_pointer_at(unsigned i) const | GC_namespace::GenericContainer | inline |
get_ppvoid(string_view const where="") const | GC_namespace::GenericContainer | |
get_pvoid(string_view const where="") const | GC_namespace::GenericContainer | |
get_real(string_view const where="") | GC_namespace::GenericContainer | |
get_real(string_view const where="") const | GC_namespace::GenericContainer | |
get_real_at(unsigned i) | GC_namespace::GenericContainer | |
get_real_at(T i) | GC_namespace::GenericContainer | inline |
get_real_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_real_at(unsigned i, unsigned j) | GC_namespace::GenericContainer | |
get_real_at(unsigned i, unsigned j, string_view const where) const | GC_namespace::GenericContainer | |
get_real_pointer() const | GC_namespace::GenericContainer | |
get_real_pointer() | GC_namespace::GenericContainer | |
get_string(string_view const where="") | GC_namespace::GenericContainer | |
get_string(string_view const where="") const | GC_namespace::GenericContainer | |
get_string_at(unsigned i) | GC_namespace::GenericContainer | |
get_string_at(T i) | GC_namespace::GenericContainer | inline |
get_string_at(unsigned i, string_view const where) const | GC_namespace::GenericContainer | |
get_type() const | GC_namespace::GenericContainer | inline |
get_type_name() const | GC_namespace::GenericContainer | inline |
get_value(T &v, string_view const where="") const | GC_namespace::GenericContainer | |
get_vec_bool(string_view const where="") | GC_namespace::GenericContainer | |
get_vec_bool(string_view const where="") const | GC_namespace::GenericContainer | |
get_vec_complex(string_view="") | GC_namespace::GenericContainer | |
get_vec_complex(string_view="") const | GC_namespace::GenericContainer | |
get_vec_int(string_view="") | GC_namespace::GenericContainer | |
get_vec_int(string_view="") const | GC_namespace::GenericContainer | |
get_vec_long(string_view="") | GC_namespace::GenericContainer | |
get_vec_long(string_view="") const | GC_namespace::GenericContainer | |
get_vec_pointer(string_view const where="") | GC_namespace::GenericContainer | |
get_vec_pointer(string_view const where="") const | GC_namespace::GenericContainer | |
get_vec_real(string_view="") | GC_namespace::GenericContainer | |
get_vec_real(string_view="") const | GC_namespace::GenericContainer | |
get_vec_string(string_view="") | GC_namespace::GenericContainer | |
get_vec_string(string_view="") const | GC_namespace::GenericContainer | |
get_vector(string_view const where="") | GC_namespace::GenericContainer | |
get_vector(string_view const where="") const | GC_namespace::GenericContainer | |
info(ostream_type &stream) const | GC_namespace::GenericContainer | |
info() const | GC_namespace::GenericContainer | inline |
int_type typedef | GC_namespace::GenericContainer | |
load(GenericContainer const &a) | GC_namespace::GenericContainer | inline |
long_type typedef | GC_namespace::GenericContainer | |
map_type typedef | GC_namespace::GenericContainer | |
mat_complex_type typedef | GC_namespace::GenericContainer | |
mat_int_type typedef | GC_namespace::GenericContainer | |
mat_long_type typedef | GC_namespace::GenericContainer | |
mat_real_type typedef | GC_namespace::GenericContainer | |
mem_size() const | GC_namespace::GenericContainer | |
merge(GenericContainer const &gc, string_view const where) | GC_namespace::GenericContainer | |
must_exists(vec_string_type const &vs, string_view const where) const | GC_namespace::GenericContainer | |
num_cols() const | GC_namespace::GenericContainer | |
num_rows() const | GC_namespace::GenericContainer | |
operator()(unsigned i, string_view="") | GC_namespace::GenericContainer | |
operator()(unsigned i, string_view="") const | GC_namespace::GenericContainer | |
operator()(string_view s, string_view="") | GC_namespace::GenericContainer | |
operator()(string_view s, string_view="") const | GC_namespace::GenericContainer | |
operator()(vec_string_type const &vs, string_view="") | GC_namespace::GenericContainer | |
operator()(vec_string_type const &vs, string_view="") const | GC_namespace::GenericContainer | |
operator=(bool const &a) | GC_namespace::GenericContainer | inline |
operator=(uint_type const &a) | GC_namespace::GenericContainer | inline |
operator=(int_type const &a) | GC_namespace::GenericContainer | inline |
operator=(ulong_type const &a) | GC_namespace::GenericContainer | inline |
operator=(long_type const &a) | GC_namespace::GenericContainer | inline |
operator=(float const &a) | GC_namespace::GenericContainer | inline |
operator=(double const &a) | GC_namespace::GenericContainer | inline |
operator=(complex< float > const &a) | GC_namespace::GenericContainer | inline |
operator=(complex< double > const &a) | GC_namespace::GenericContainer | inline |
operator=(vec_bool_type const &a) | GC_namespace::GenericContainer | |
operator=(vec_int_type const &a) | GC_namespace::GenericContainer | |
operator=(vec_long_type const &a) | GC_namespace::GenericContainer | |
operator=(vec_real_type const &a) | GC_namespace::GenericContainer | |
operator=(vec_complex_type const &a) | GC_namespace::GenericContainer | |
operator=(vec_string_type const &a) | GC_namespace::GenericContainer | |
operator=(mat_int_type const &a) | GC_namespace::GenericContainer | |
operator=(mat_long_type const &a) | GC_namespace::GenericContainer | |
operator=(mat_real_type const &a) | GC_namespace::GenericContainer | |
operator=(mat_complex_type const &a) | GC_namespace::GenericContainer | |
operator=(const char *a) | GC_namespace::GenericContainer | inline |
operator=(string const &a) | GC_namespace::GenericContainer | inline |
operator=(string_view a) | GC_namespace::GenericContainer | inline |
operator=(pointer_type a) | GC_namespace::GenericContainer | inline |
operator=(GenericContainer const &a) | GC_namespace::GenericContainer | inline |
operator[](unsigned i) | GC_namespace::GenericContainer | |
operator[](unsigned i) const | GC_namespace::GenericContainer | |
operator[](string_view s) | GC_namespace::GenericContainer | |
operator[](string_view s) const | GC_namespace::GenericContainer | |
pointer_type typedef | GC_namespace::GenericContainer | |
print(ostream_type &stream, string_view prefix="", string_view indent=" ") const | GC_namespace::GenericContainer | inline |
print(string_view prefix="", string_view indent=" ") const | GC_namespace::GenericContainer | inline |
print_content_types(ostream_type &stream, string_view prefix="", string_view indent=" ") const | GC_namespace::GenericContainer | |
promote_to_complex() | GC_namespace::GenericContainer | |
promote_to_int() | GC_namespace::GenericContainer | |
promote_to_long() | GC_namespace::GenericContainer | |
promote_to_mat_complex() | GC_namespace::GenericContainer | |
promote_to_mat_int() | GC_namespace::GenericContainer | |
promote_to_mat_long() | GC_namespace::GenericContainer | |
promote_to_mat_real() | GC_namespace::GenericContainer | |
promote_to_real() | GC_namespace::GenericContainer | |
promote_to_vec_complex() | GC_namespace::GenericContainer | |
promote_to_vec_int() | GC_namespace::GenericContainer | |
promote_to_vec_long() | GC_namespace::GenericContainer | |
promote_to_vec_real() | GC_namespace::GenericContainer | |
promote_to_vector() | GC_namespace::GenericContainer | |
push_bool(bool b) const | GC_namespace::GenericContainer | |
push_complex(complex_type &c) | GC_namespace::GenericContainer | |
push_complex(real_type re, real_type im) | GC_namespace::GenericContainer | |
push_int(int_type i) | GC_namespace::GenericContainer | |
push_long(long_type l) | GC_namespace::GenericContainer | |
push_real(real_type r) | GC_namespace::GenericContainer | |
push_string(string_view s) | GC_namespace::GenericContainer | |
read_formatted_data(istream_type &stream, char const commentChars[]="#%", char const delimiters[]=" \t") | GC_namespace::GenericContainer | |
read_formatted_data(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t") | GC_namespace::GenericContainer | |
read_formatted_data2(istream_type &stream, char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr) | GC_namespace::GenericContainer | |
read_formatted_data2(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr) | GC_namespace::GenericContainer | |
readFormattedData(istream_type &stream, char const commentChars[]="#%", char const delimiters[]=" \t") | GC_namespace::GenericContainer | inline |
readFormattedData(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t") | GC_namespace::GenericContainer | inline |
readFormattedData2(istream_type &stream, char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr) | GC_namespace::GenericContainer | inline |
readFormattedData2(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr) | GC_namespace::GenericContainer | inline |
real_type typedef | GC_namespace::GenericContainer | |
serialize(int32_t buffer_dim, uint8_t *buffer) const | GC_namespace::GenericContainer | |
serialize(vector< uint8_t > &buffer) const | GC_namespace::GenericContainer | |
set(bool const &a) | GC_namespace::GenericContainer | inline |
set(uint_type const &a) | GC_namespace::GenericContainer | inline |
set(int_type const &a) | GC_namespace::GenericContainer | inline |
set(ulong_type const &a) | GC_namespace::GenericContainer | inline |
set(long_type const &a) | GC_namespace::GenericContainer | inline |
set(float const &a) | GC_namespace::GenericContainer | inline |
set(double const &a) | GC_namespace::GenericContainer | inline |
set(complex< float > const &a) | GC_namespace::GenericContainer | inline |
set(complex< double > const &a) | GC_namespace::GenericContainer | inline |
set(char const *a) | GC_namespace::GenericContainer | inline |
set(string_view a) | GC_namespace::GenericContainer | inline |
set(pointer_type a) | GC_namespace::GenericContainer | inline |
set_bool(bool_type value) | GC_namespace::GenericContainer | |
set_complex(complex_type const &value) | GC_namespace::GenericContainer | |
set_complex(real_type re, real_type im) | GC_namespace::GenericContainer | |
set_int(int_type value) | GC_namespace::GenericContainer | |
set_long(long_type value) | GC_namespace::GenericContainer | |
set_map() | GC_namespace::GenericContainer | |
set_mat_complex(unsigned nr=0, unsigned nc=0) | GC_namespace::GenericContainer | |
set_mat_complex(mat_complex_type const &m) | GC_namespace::GenericContainer | |
set_mat_int(unsigned nr=0, unsigned nc=0) | GC_namespace::GenericContainer | |
set_mat_int(mat_int_type const &m) | GC_namespace::GenericContainer | |
set_mat_long(unsigned nr=0, unsigned nc=0) | GC_namespace::GenericContainer | |
set_mat_long(mat_long_type const &m) | GC_namespace::GenericContainer | |
set_mat_real(unsigned nr=0, unsigned nc=0) | GC_namespace::GenericContainer | |
set_mat_real(mat_real_type const &m) | GC_namespace::GenericContainer | |
set_pointer(pointer_type value) | GC_namespace::GenericContainer | |
set_real(real_type value) | GC_namespace::GenericContainer | |
set_string(string_view value) | GC_namespace::GenericContainer | |
set_vec_bool(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_bool(T sz) | GC_namespace::GenericContainer | inline |
set_vec_bool(vec_bool_type const &v) | GC_namespace::GenericContainer | |
set_vec_complex(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_complex(T sz) | GC_namespace::GenericContainer | inline |
set_vec_complex(vec_complex_type const &v) | GC_namespace::GenericContainer | |
set_vec_int(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_int(T sz) | GC_namespace::GenericContainer | inline |
set_vec_int(vec_int_type const &v) | GC_namespace::GenericContainer | |
set_vec_long(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_long(T sz) | GC_namespace::GenericContainer | inline |
set_vec_long(vec_long_type const &v) | GC_namespace::GenericContainer | |
set_vec_pointer(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_pointer(T sz) | GC_namespace::GenericContainer | inline |
set_vec_pointer(vec_pointer_type const &v) | GC_namespace::GenericContainer | |
set_vec_real(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_real(T sz) | GC_namespace::GenericContainer | inline |
set_vec_real(vec_real_type const &v) | GC_namespace::GenericContainer | |
set_vec_string(unsigned sz=0) | GC_namespace::GenericContainer | |
set_vec_string(T sz) | GC_namespace::GenericContainer | inline |
set_vec_string(vec_string_type const &v) | GC_namespace::GenericContainer | |
set_vector(unsigned sz=0) | GC_namespace::GenericContainer | |
string_type typedef | GC_namespace::GenericContainer | |
to_gc(GenericContainer &gc) const | GC_namespace::GenericContainer | |
to_json(ostream_type &stream, string_view prefix="") const | GC_namespace::GenericContainer | |
to_json(string_view prefix="") const | GC_namespace::GenericContainer | inline |
to_toml(ostream_type &stream) const | GC_namespace::GenericContainer | |
to_toml() const | GC_namespace::GenericContainer | inline |
to_yaml(ostream_type &stream, string_view prefix="") const | GC_namespace::GenericContainer | |
to_yaml(string_view prefix="") const | GC_namespace::GenericContainer | inline |
uint_type typedef | GC_namespace::GenericContainer | |
ulong_type typedef | GC_namespace::GenericContainer | |
vec_bool_type typedef | GC_namespace::GenericContainer | |
vec_complex_type typedef | GC_namespace::GenericContainer | |
vec_int_type typedef | GC_namespace::GenericContainer | |
vec_long_type typedef | GC_namespace::GenericContainer | |
vec_pointer_type typedef | GC_namespace::GenericContainer | |
vec_real_type typedef | GC_namespace::GenericContainer | |
vec_string_type typedef | GC_namespace::GenericContainer | |
vec_uint_type typedef | GC_namespace::GenericContainer | |
vec_ulong_type typedef | GC_namespace::GenericContainer | |
vector_type typedef | GC_namespace::GenericContainer | |
write_formatted_data(ostream_type &stream, char const delimiter='\t') const | GC_namespace::GenericContainer | |
writeFormattedData(ostream_type &stream, char const delimiter='\t') const | GC_namespace::GenericContainer | inline |
~GenericContainer() | GC_namespace::GenericContainer | inline |