SourceForge Logo
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor

H. de Fraysseix      P. Ossona de Mendez

vProp Class Reference

Inheritance diagram for vProp:

Inheritance graph
[legend]

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 _svector v 
) const [pure virtual]

Implemented in vP.

virtual tstring tostr ( const _svector v,
int  i 
) const [pure virtual]

Implemented in vP.

virtual void fromstr ( const _svector v,
int  i,
tstring  t 
) 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