
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.
| virtual ~vProp | ( | ) | [inline, virtual] |
| virtual int size_elmt | ( | ) | const [pure virtual] |
| virtual void affiche | ( | T_STD ostream & | out, | |
| const _svector * | v | |||
| ) | const [pure virtual] |
Implemented in vP.
prints the element (debugging purpose)
| out | output stream | |
| v | vector to print |
Implemented in vP.
1.5.4