6 template <
class T>
class TPZVec;
std::shared_ptr< TPZSavable > mSharedPtrToInstance
TPZAutoPointer< TPZSavable > mAutoPointerToInstance
Contains declaration of the TPZSavable class which defines the interface to save and restore objects ...
TPZVec< int > & MyPointersVec()
virtual ~TPZRestoredInstance()
This class implements a simple vector storage scheme for a templated class T. Utility.
bool IsAlreadyRead() const
#define DebugStop()
Returns a message to user put a breakpoint in.
TPZAutoPointer< TPZSavable > GetAutoPointerToMyObj()
std::shared_ptr< TPZSavable > GetSharedPtrToMyObj()
TPZManVector< int, 3 > mPointersVec
TPZSavable * GetPointerToMyObj() const
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
void SetInstance(TPZSavable *)