NeoPZ
|
Implements an interface to register a class id and a restore function. Persistence. More...
#include <TPZSavable.h>
Public Member Functions | |
TPZRestoreClass () | |
Constructor. More... | |
virtual TPZSavable * | Restore () |
Restores object from Map based in classid into the buf. More... | |
virtual TPZChunkTranslator * | GetTranslator () |
Static Private Attributes | |
static TPZRestoreClass< T > | gRestoreObject |
Implements an interface to register a class id and a restore function. Persistence.
A declaration of the type "template class<classname> put in .cpp file does the trick \n The static object which is "automatically" created calls the proper interface of the TPZSavable class
Definition at line 150 of file TPZSavable.h.