casa
5.7.0-16
|
Classes | |
class | CrashReportHelper |
class | record |
todo: o create python to/from record functions o implement compare() o implement record_to_string() o create a thorough test program o verify that std::map<>'s copy ctor does a complete copy o add copy-on-write (w/ reference counting) More... | |
struct | Quantity |
class | array |
class | variant |
Typedefs | |
typedef std::map< std::string, variant > | rec_map |
Functions | |
record | initialize_record (const std::string &) |
variant | initialize_variant (const std::string &) |
template<class T > | |
std::vector< T > | initialize_vector (int count, T v1,...) |
typedef std::map<std::string,variant> casac::rec_map |
record casac::initialize_record | ( | const std::string & | ) |
variant casac::initialize_variant | ( | const std::string & | ) |