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

Prop1 Class Template Reference

Inheritance diagram for Prop1:

Inheritance graph
[legend]
Collaboration diagram for Prop1:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class T>
class Prop1< T >

Single property.

Public Member Functions

Static Public Member Functions

Private Attributes


Constructor & Destructor Documentation

Prop1 ( PSet1 X,
int  num 
) [inline]

constructor

Note:

Prop1 ( PSet1 X,
int  num,
const T &  value 
) [inline]

constructor with default value assignment

Note:

~Prop1 (  )  [inline]

destructor


Member Function Documentation

static T& get ( PSet1 X,
int  num,
const T &  value 
) [inline, static]

get a property and assign a default value

Note:

static T& get ( PSet1 X,
int  num 
) [inline, static]

get a property

Note:

operator T & (  )  [inline]

cast to value (non constant version)

the return value may be used as a lvalue

operator const T & (  )  const [inline]

cast to value (constant version)

T& operator() (  )  [inline]

access to value (non constant version)

the return value may be used as a lvalue

const T& operator() (  )  const [inline]

access to value (constant version)


Member Data Documentation

T& ref [private]


Generated on Thu Jan 31 16:52:02 2008 for Pigale by  doxygen 1.5.4