(className, baseClassName, aVersion) class CorPersistent : public CorBase A simple persistent class
| | CorPersistent ( const CorPersistent& aRef ) |
| | CorPersistent () |
| | isKindOf ( const CorRunTimeType* aType ) |
| | isStreamable () |
| | makeClone () |
| | operator= ( const CorPersistent& aRef ) |
| | stream ( CorStream& aFile ) |
| | ~CorPersistent () |
| | Purpose The d'tor |
| | Purpose Query if this class can be streamed |
| | Purpose The default c'tor |
| | $Id: CorPersistent |
| | utest_CorPersistent (CorUnitTest&) Purpose Make a clone of this instance |
A simple persistent class
SYNOPSIS
#include <CorPersistent.h>
CorPersistent myObject;
DESCRIPTION
This text serves as an example for the documentation of a class definition
CAUTIONS
This class does not do any pointer swivelling yet. It is only needed for
other classes as a base, so that the CorStream can actually stream those
objects.
EXAMPLES
<optional>
SEE ALSO
<optional>
CorBase
Preconditions Exceptions
Preconditions Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
CorPersistent()
The default c'tor.
CorPersistent( const CorPersistent& aRef )
CorPersistent& operator=( const CorPersistent& aRef )
virtual ~CorPersistent()
The d'tor.
CorBool isStreamable()
Query if this class can be streamed.
This function retutns corTRUE if an this class can be streamed, ie. it
is not an abstract class.
CorBool isKindOf( const CorRunTimeType* aType )
virtual void stream( CorStream& aFile )
virtual CorPersistent* makeClone()
friend void utest_CorPersistent(CorUnitTest&)
Make a clone of this instance.
This function retutns a pointer to a newly created instance that has the same
properties as this one.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de