GiNaC 1.8.7
|
#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 568 of file archive.cpp.
References unarch_map, and usecount.
GiNaC::unarchive_table_t::~unarchive_table_t | ( | ) |
Definition at line 592 of file archive.cpp.
References unarch_map, and usecount.
synthesize_func GiNaC::unarchive_table_t::find | ( | const std::string & | classname | ) | const |
Definition at line 575 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 584 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().