GiNaC  1.6.2
Public Member Functions | Static Private Attributes
GiNaC::unarchive_table_t Class Reference

#include <archive.h>

List of all members.

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_tunarch_map = 0

Detailed Description

Definition at line 164 of file archive.h.


Constructor & Destructor Documentation

GiNaC::unarchive_table_t::unarchive_table_t ( )

Definition at line 551 of file archive.cpp.

References unarch_map, and usecount.

GiNaC::unarchive_table_t::~unarchive_table_t ( )

Definition at line 575 of file archive.cpp.

References unarch_map, and usecount.


Member Function Documentation

synthesize_func GiNaC::unarchive_table_t::find ( const std::string &  classname) const

Definition at line 558 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 567 of file archive.cpp.

References unarch_map.


Member Data Documentation

int GiNaC::unarchive_table_t::usecount = 0 [static, private]

Definition at line 166 of file archive.h.

Referenced by unarchive_table_t(), and ~unarchive_table_t().

Definition at line 167 of file archive.h.

Referenced by find(), insert(), unarchive_table_t(), and ~unarchive_table_t().


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.