SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
PersistentTypeID Class Reference

#include <Persistent.h>

Public Member Functions

 PersistentTypeID ()
 
 PersistentTypeID (const std::string &type, const std::string &parent, PersistentMaker0 maker, Persistent *(*bc_maker1)()=0, Persistent *(*bc_maker2)()=0)
 

Public Attributes

std::string type
 
std::string parent
 
PersistentMaker0 maker
 
Persistent *(* bc_maker1 )()
 
Persistent *(* bc_maker2 )()
 

Constructor & Destructor Documentation

PersistentTypeID ( const std::string &  type,
const std::string &  parent,
PersistentMaker0  maker,
Persistent *(*)()  bc_maker1 = 0,
Persistent *(*)()  bc_maker2 = 0 
)

Member Data Documentation

Persistent*(* bc_maker1)()
Persistent*(* bc_maker2)()
std::string parent
std::string type

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