GenericContainer
GenericContainer a tool for C++ programming
Loading...
Searching...
No Matches
GC_namespace::GenericContainer Member List

This is the complete list of members for GC_namespace::GenericContainer, including all inherited members.

bool_type typedefGC_namespace::GenericContainer
clear()GC_namespace::GenericContainer
collapse()GC_namespace::GenericContainer
compare_content(GenericContainer const &gc, string_view from="") constGC_namespace::GenericContainer
complex_type typedefGC_namespace::GenericContainer
copyto_mat_complex(mat_complex_type &m, string_view="") constGC_namespace::GenericContainer
copyto_mat_int(mat_int_type &m, string_view="") constGC_namespace::GenericContainer
copyto_mat_long(mat_long_type &m, string_view="") constGC_namespace::GenericContainer
copyto_mat_real(mat_real_type &m, string_view="") constGC_namespace::GenericContainer
copyto_vec_complex(vec_complex_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_int(vec_int_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_long(vec_long_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_real(vec_real_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_string(vec_string_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_uint(vec_uint_type &v, string_view="") constGC_namespace::GenericContainer
copyto_vec_ulong(vec_ulong_type &v, string_view="") constGC_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=" ") constGC_namespace::GenericContainer
erase(string_view name) constGC_namespace::GenericContainer
exception(string_view const where) GC_NO_RETURNGC_namespace::GenericContainerstatic
exists(string_view s) constGC_namespace::GenericContainer
exists(vec_string_type const &vs) constGC_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::GenericContainerinline
from_json2(istream_type &stream)GC_namespace::GenericContainer
from_toml(istream_type &stream)GC_namespace::GenericContainer
from_toml(string const &data)GC_namespace::GenericContainerinline
from_yaml(istream_type &stream)GC_namespace::GenericContainer
from_yaml(string const &data)GC_namespace::GenericContainerinline
GenericContainer()GC_namespace::GenericContainerinline
GenericContainer(bool const &a)GC_namespace::GenericContainerinline
GenericContainer(uint_type const &a)GC_namespace::GenericContainerinline
GenericContainer(int_type const &a)GC_namespace::GenericContainerinline
GenericContainer(ulong_type const &a)GC_namespace::GenericContainerinline
GenericContainer(long_type const &a)GC_namespace::GenericContainerinline
GenericContainer(float const &a)GC_namespace::GenericContainerinline
GenericContainer(double const &a)GC_namespace::GenericContainerinline
GenericContainer(complex< float > const &a)GC_namespace::GenericContainerinline
GenericContainer(complex< double > const &a)GC_namespace::GenericContainerinline
GenericContainer(char const *a)GC_namespace::GenericContainerinline
GenericContainer(string const &a)GC_namespace::GenericContainerinline
GenericContainer(string_view a)GC_namespace::GenericContainerinline
GenericContainer(pointer_type a)GC_namespace::GenericContainerinline
GenericContainer(GenericContainer const &gc)GC_namespace::GenericContainerinline
get_as_int(string_view const where="") constGC_namespace::GenericContainer
get_as_long(string_view const where="") constGC_namespace::GenericContainer
get_as_uint(string_view const where="") constGC_namespace::GenericContainer
get_as_ulong(string_view const where="") constGC_namespace::GenericContainer
get_bool(string_view const where="")GC_namespace::GenericContainer
get_bool(string_view const where="") constGC_namespace::GenericContainer
get_bool_at(unsigned i)GC_namespace::GenericContainer
get_bool_at(T i)GC_namespace::GenericContainerinline
get_bool_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_complex(string_view const where="")GC_namespace::GenericContainer
get_complex(string_view const where="") constGC_namespace::GenericContainer
get_complex_at(unsigned i)GC_namespace::GenericContainer
get_complex_at(T i)GC_namespace::GenericContainerinline
get_complex_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_complex_at(unsigned i, unsigned j)GC_namespace::GenericContainer
get_complex_at(unsigned i, unsigned j, string_view const where) constGC_namespace::GenericContainer
get_complex_number(string_view const where="") constGC_namespace::GenericContainer
get_complex_number(real_type &re, real_type &im) constGC_namespace::GenericContainer
get_complex_number_at(unsigned i, string_view="") constGC_namespace::GenericContainer
get_complex_number_at(unsigned i, real_type &re, real_type &im, string_view="") constGC_namespace::GenericContainer
get_complex_pointer() constGC_namespace::GenericContainer
get_complex_pointer()GC_namespace::GenericContainer
get_gc_at(unsigned i)GC_namespace::GenericContainer
get_gc_at(T i)GC_namespace::GenericContainerinline
get_gc_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_if_exists(string_view field, bool &value) constGC_namespace::GenericContainer
get_if_exists(vec_string_type const &fields, bool &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, int_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, uint_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, long_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, ulong_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, real_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, complex_type &value) constGC_namespace::GenericContainer
get_if_exists(string_view field, string_type &value) constGC_namespace::GenericContainer
get_if_exists(vec_string_type const &fields, T &value) constGC_namespace::GenericContainerinline
get_if_exists(char const field[], T &value) constGC_namespace::GenericContainerinline
get_int(string_view const where="")GC_namespace::GenericContainer
get_int(string_view const where="") constGC_namespace::GenericContainer
get_int_at(unsigned i)GC_namespace::GenericContainer
get_int_at(T i)GC_namespace::GenericContainerinline
get_int_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_int_at(unsigned i, unsigned j)GC_namespace::GenericContainer
get_int_at(unsigned i, unsigned j, string_view const where) constGC_namespace::GenericContainer
get_int_pointer() constGC_namespace::GenericContainer
get_int_pointer()GC_namespace::GenericContainer
get_keys(vec_string_type &keys) constGC_namespace::GenericContainer
get_keys() constGC_namespace::GenericContainer
get_long(string_view const where="")GC_namespace::GenericContainer
get_long(string_view const where="") constGC_namespace::GenericContainer
get_long_at(unsigned i)GC_namespace::GenericContainer
get_long_at(T i)GC_namespace::GenericContainerinline
get_long_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_long_at(unsigned i, unsigned j)GC_namespace::GenericContainer
get_long_at(unsigned i, unsigned j, string_view const where) constGC_namespace::GenericContainer
get_long_pointer() constGC_namespace::GenericContainer
get_long_pointer()GC_namespace::GenericContainer
get_map(string_view="")GC_namespace::GenericContainer
get_map(string_view="") constGC_namespace::GenericContainer
get_map_bool(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_bool(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_bool(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_int(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_int(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_int(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_number(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_number(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_number(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_string(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_string(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_string(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_complex(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_complex(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_vec_complex(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_real(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_real(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_vec_real(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_string(string_view const key, string_view const where="") constGC_namespace::GenericContainer
get_map_vec_string(std::initializer_list< string > args) constGC_namespace::GenericContainer
get_map_vec_string(vec_string_type const &keys, string_view const where="") constGC_namespace::GenericContainer
get_mat_complex(string_view="")GC_namespace::GenericContainer
get_mat_complex(string_view="") constGC_namespace::GenericContainer
get_mat_int(string_view="")GC_namespace::GenericContainer
get_mat_int(string_view="") constGC_namespace::GenericContainer
get_mat_long(string_view="")GC_namespace::GenericContainer
get_mat_long(string_view="") constGC_namespace::GenericContainer
get_mat_real(string_view="")GC_namespace::GenericContainer
get_mat_real(string_view="") constGC_namespace::GenericContainer
get_num_elements() constGC_namespace::GenericContainer
get_number(string_view const where="") constGC_namespace::GenericContainer
get_number_at(unsigned i, string_view="") constGC_namespace::GenericContainer
get_numCols() constGC_namespace::GenericContainerinline
get_numRows() constGC_namespace::GenericContainerinline
get_pointer()GC_namespace::GenericContainerinline
get_pointer() constGC_namespace::GenericContainerinline
get_pointer_at(unsigned i)GC_namespace::GenericContainerinline
get_pointer_at(unsigned i) constGC_namespace::GenericContainerinline
get_ppvoid(string_view const where="") constGC_namespace::GenericContainer
get_pvoid(string_view const where="") constGC_namespace::GenericContainer
get_real(string_view const where="")GC_namespace::GenericContainer
get_real(string_view const where="") constGC_namespace::GenericContainer
get_real_at(unsigned i)GC_namespace::GenericContainer
get_real_at(T i)GC_namespace::GenericContainerinline
get_real_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_real_at(unsigned i, unsigned j)GC_namespace::GenericContainer
get_real_at(unsigned i, unsigned j, string_view const where) constGC_namespace::GenericContainer
get_real_pointer() constGC_namespace::GenericContainer
get_real_pointer()GC_namespace::GenericContainer
get_string(string_view const where="")GC_namespace::GenericContainer
get_string(string_view const where="") constGC_namespace::GenericContainer
get_string_at(unsigned i)GC_namespace::GenericContainer
get_string_at(T i)GC_namespace::GenericContainerinline
get_string_at(unsigned i, string_view const where) constGC_namespace::GenericContainer
get_type() constGC_namespace::GenericContainerinline
get_type_name() constGC_namespace::GenericContainerinline
get_value(T &v, string_view const where="") constGC_namespace::GenericContainer
get_vec_bool(string_view const where="")GC_namespace::GenericContainer
get_vec_bool(string_view const where="") constGC_namespace::GenericContainer
get_vec_complex(string_view="")GC_namespace::GenericContainer
get_vec_complex(string_view="") constGC_namespace::GenericContainer
get_vec_int(string_view="")GC_namespace::GenericContainer
get_vec_int(string_view="") constGC_namespace::GenericContainer
get_vec_long(string_view="")GC_namespace::GenericContainer
get_vec_long(string_view="") constGC_namespace::GenericContainer
get_vec_pointer(string_view const where="")GC_namespace::GenericContainer
get_vec_pointer(string_view const where="") constGC_namespace::GenericContainer
get_vec_real(string_view="")GC_namespace::GenericContainer
get_vec_real(string_view="") constGC_namespace::GenericContainer
get_vec_string(string_view="")GC_namespace::GenericContainer
get_vec_string(string_view="") constGC_namespace::GenericContainer
get_vector(string_view const where="")GC_namespace::GenericContainer
get_vector(string_view const where="") constGC_namespace::GenericContainer
info(ostream_type &stream) constGC_namespace::GenericContainer
info() constGC_namespace::GenericContainerinline
int_type typedefGC_namespace::GenericContainer
load(GenericContainer const &a)GC_namespace::GenericContainerinline
long_type typedefGC_namespace::GenericContainer
map_type typedefGC_namespace::GenericContainer
mat_complex_type typedefGC_namespace::GenericContainer
mat_int_type typedefGC_namespace::GenericContainer
mat_long_type typedefGC_namespace::GenericContainer
mat_real_type typedefGC_namespace::GenericContainer
mem_size() constGC_namespace::GenericContainer
merge(GenericContainer const &gc, string_view const where)GC_namespace::GenericContainer
must_exists(vec_string_type const &vs, string_view const where) constGC_namespace::GenericContainer
num_cols() constGC_namespace::GenericContainer
num_rows() constGC_namespace::GenericContainer
operator()(unsigned i, string_view="")GC_namespace::GenericContainer
operator()(unsigned i, string_view="") constGC_namespace::GenericContainer
operator()(string_view s, string_view="")GC_namespace::GenericContainer
operator()(string_view s, string_view="") constGC_namespace::GenericContainer
operator()(vec_string_type const &vs, string_view="")GC_namespace::GenericContainer
operator()(vec_string_type const &vs, string_view="") constGC_namespace::GenericContainer
operator=(bool const &a)GC_namespace::GenericContainerinline
operator=(uint_type const &a)GC_namespace::GenericContainerinline
operator=(int_type const &a)GC_namespace::GenericContainerinline
operator=(ulong_type const &a)GC_namespace::GenericContainerinline
operator=(long_type const &a)GC_namespace::GenericContainerinline
operator=(float const &a)GC_namespace::GenericContainerinline
operator=(double const &a)GC_namespace::GenericContainerinline
operator=(complex< float > const &a)GC_namespace::GenericContainerinline
operator=(complex< double > const &a)GC_namespace::GenericContainerinline
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::GenericContainerinline
operator=(string const &a)GC_namespace::GenericContainerinline
operator=(string_view a)GC_namespace::GenericContainerinline
operator=(pointer_type a)GC_namespace::GenericContainerinline
operator=(GenericContainer const &a)GC_namespace::GenericContainerinline
operator[](unsigned i)GC_namespace::GenericContainer
operator[](unsigned i) constGC_namespace::GenericContainer
operator[](string_view s)GC_namespace::GenericContainer
operator[](string_view s) constGC_namespace::GenericContainer
pointer_type typedefGC_namespace::GenericContainer
print(ostream_type &stream, string_view prefix="", string_view indent=" ") constGC_namespace::GenericContainerinline
print(string_view prefix="", string_view indent=" ") constGC_namespace::GenericContainerinline
print_content_types(ostream_type &stream, string_view prefix="", string_view indent=" ") constGC_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) constGC_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::GenericContainerinline
readFormattedData(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t")GC_namespace::GenericContainerinline
readFormattedData2(istream_type &stream, char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr)GC_namespace::GenericContainerinline
readFormattedData2(char const fname[], char const commentChars[]="#%", char const delimiters[]=" \t", GenericContainer ptr_pars[]=nullptr)GC_namespace::GenericContainerinline
real_type typedefGC_namespace::GenericContainer
serialize(int32_t buffer_dim, uint8_t *buffer) constGC_namespace::GenericContainer
serialize(vector< uint8_t > &buffer) constGC_namespace::GenericContainer
set(bool const &a)GC_namespace::GenericContainerinline
set(uint_type const &a)GC_namespace::GenericContainerinline
set(int_type const &a)GC_namespace::GenericContainerinline
set(ulong_type const &a)GC_namespace::GenericContainerinline
set(long_type const &a)GC_namespace::GenericContainerinline
set(float const &a)GC_namespace::GenericContainerinline
set(double const &a)GC_namespace::GenericContainerinline
set(complex< float > const &a)GC_namespace::GenericContainerinline
set(complex< double > const &a)GC_namespace::GenericContainerinline
set(char const *a)GC_namespace::GenericContainerinline
set(string_view a)GC_namespace::GenericContainerinline
set(pointer_type a)GC_namespace::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
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::GenericContainerinline
set_vec_string(vec_string_type const &v)GC_namespace::GenericContainer
set_vector(unsigned sz=0)GC_namespace::GenericContainer
string_type typedefGC_namespace::GenericContainer
to_gc(GenericContainer &gc) constGC_namespace::GenericContainer
to_json(ostream_type &stream, string_view prefix="") constGC_namespace::GenericContainer
to_json(string_view prefix="") constGC_namespace::GenericContainerinline
to_toml(ostream_type &stream) constGC_namespace::GenericContainer
to_toml() constGC_namespace::GenericContainerinline
to_yaml(ostream_type &stream, string_view prefix="") constGC_namespace::GenericContainer
to_yaml(string_view prefix="") constGC_namespace::GenericContainerinline
uint_type typedefGC_namespace::GenericContainer
ulong_type typedefGC_namespace::GenericContainer
vec_bool_type typedefGC_namespace::GenericContainer
vec_complex_type typedefGC_namespace::GenericContainer
vec_int_type typedefGC_namespace::GenericContainer
vec_long_type typedefGC_namespace::GenericContainer
vec_pointer_type typedefGC_namespace::GenericContainer
vec_real_type typedefGC_namespace::GenericContainer
vec_string_type typedefGC_namespace::GenericContainer
vec_uint_type typedefGC_namespace::GenericContainer
vec_ulong_type typedefGC_namespace::GenericContainer
vector_type typedefGC_namespace::GenericContainer
write_formatted_data(ostream_type &stream, char const delimiter='\t') constGC_namespace::GenericContainer
writeFormattedData(ostream_type &stream, char const delimiter='\t') constGC_namespace::GenericContainerinline
~GenericContainer()GC_namespace::GenericContainerinline