21 TestStateRepository();
24 virtual ~TestStateRepository();
27 TestStateRepository(
const TestStateRepository& orig);
30 TestStateRepository&
operator=(
const TestStateRepository& orig);
52 virtual void setNumber(
int num);
53 virtual int number()
const;
56 virtual void setVector(
const DtVector& vec);
57 virtual const DtVector& vector()
const;
This file declares DtVector and DtVector32.
Definition: vlVector.h:224
virtual DtStateRepository * clone(bool copy=false) const
Return a copy/empty object of the same type as this.
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
virtual void printData() const
Print State Data to the DtInfo Stream.
virtual void printDataToStream(std::ostream &stream) const
Prints the State Data to the stream specified.
DtStateRepository & operator=(const DtStateRepository &orig)
assignment operator