

| int size_elmt | ( | ) | const [inline, virtual] |
| void destroy | ( | void * | ) | const [inline, virtual] |
| void affiche | ( | T_STD ostream & | out, | |
| const void * | p | |||
| ) | const [inline, virtual] |
prints the property (debugging purpose)
| out | output stream | |
| p | vector to print |
Implements vProp1.
| _svector* Export | ( | const void * | p | ) | const [inline, virtual] |
| void* edup | ( | void * | p | ) | const [inline, virtual] |
| void copy | ( | void * | src, | |
| void * | dest | |||
| ) | const [inline, virtual] |
copies an element
| src | pointer to the element to copy | |
| dest | pointer to the destination element |
Implements vProp1.
1.5.4