To any declared property is associated an access point which belongs to the vProp1
class. Through this access point, one can handle type-related functionality, such as duplication, display, exportation, construction, destruction or get the size of the objects in the vector property.
virtual ~vProp1 | ( | ) | [inline, virtual] |
virtual int size_elmt | ( | ) | const [pure virtual] |
virtual void destroy | ( | void * | ) | const [pure virtual] |
virtual void affiche | ( | T_STD ostream & | out, | |
const void * | elmt | |||
) | const [pure virtual] |
prints the element (debugging purpose)
out | output stream | |
elmt | element to print |
Implemented in vP1.
virtual _svector* Export | ( | const void * | elmt | ) | const [pure virtual] |
virtual void* edup | ( | void * | elmt | ) | const [pure virtual] |
duplicates an element
elmt | element to export |
edup | copy of the element |
Implemented in vP1.
virtual void copy | ( | void * | src, | |
void * | dest | |||
) | const [pure virtual] |