NeoPZ
Public Member Functions | Static Private Attributes | List of all members
TPZRestoreClass< T > Class Template Reference

Implements an interface to register a class id and a restore function. Persistence. More...

#include <TPZSavable.h>

Inheritance diagram for TPZRestoreClass< T >:
[legend]
Collaboration diagram for TPZRestoreClass< T >:
[legend]

Public Member Functions

 TPZRestoreClass ()
 Constructor. More...
 
virtual TPZSavableRestore ()
 Restores object from Map based in classid into the buf. More...
 
virtual TPZChunkTranslatorGetTranslator ()
 

Static Private Attributes

static TPZRestoreClass< T > gRestoreObject
 

Detailed Description

template<class T>
class TPZRestoreClass< T >

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.


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