SourceForge Logo
vProp Class Reference
Inheritance diagram for vProp:
List of all members.
Detailed Description
Pure virtual class performing typed access to vector properties.
To any declared property is associated an access point which belongs to the vProp class. Through this access point, one can handle type-related functionality, such as duplication, display, or get the size of the objects in the vector property.
Public Member Functions
Constructor & Destructor Documentation
virtual ~
vProp
(
)
[inline, virtual]
Member Function Documentation
virtual int size_elmt
(
)
const [pure virtual]
size of element
Implemented in vP.
virtual void affiche
(
T_STD ostream &
out,
)
const [pure virtual]
int
i
)
const [pure virtual]
virtual void fromstr
(
const
_svector *
v,
int
i,
)
const [pure virtual]
prints the element (debugging purpose)
- Parameters:
-
out output stream
v vector to print
Implemented in vP.
virtual
vProp* dup
(
)
const
[pure virtual]
duplicates the access
Implemented in vP.
Generated on Thu Jan 31 16:52:14 2008 for Pigale by
doxygen 1.5.4