GiNaC 1.8.8
|
#include <archive.h>
Public Member Functions | |
unarchive_table_t () | |
~unarchive_table_t () | |
synthesize_func | find (const std::string &classname) const |
void | insert (const std::string &classname, synthesize_func f) |
Static Private Attributes | |
static int | usecount = 0 |
static unarchive_map_t * | unarch_map = nullptr |
GiNaC::unarchive_table_t::unarchive_table_t | ( | ) |
Definition at line 567 of file archive.cpp.
References unarch_map, and usecount.
GiNaC::unarchive_table_t::~unarchive_table_t | ( | ) |
Definition at line 591 of file archive.cpp.
References unarch_map, and usecount.
synthesize_func GiNaC::unarchive_table_t::find | ( | const std::string & | classname | ) | const |
Definition at line 574 of file archive.cpp.
References unarch_map.
Referenced by GiNaC::find_factory_fcn().
void GiNaC::unarchive_table_t::insert | ( | const std::string & | classname, |
synthesize_func | f | ||
) |
Definition at line 583 of file archive.cpp.
References unarch_map.
|
staticprivate |
Definition at line 171 of file archive.h.
Referenced by unarchive_table_t(), and ~unarchive_table_t().
|
staticprivate |
Definition at line 172 of file archive.h.
Referenced by find(), insert(), unarchive_table_t(), and ~unarchive_table_t().