|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class DLinkAndDataC represents the object which contains
some data and it can be linked using 2 links into the more
complex structure. The class of data must provide the copy
constructor.
Parent Classes:
Variables:
Methods:
- DLinkAndDataC(const DataC & data)
-
Constructs an object which contains 'data' and 2 undefined links.
Access to the object
--------------------
- const DataC & Data() const
-
Access to the data part of the const object.
- DataC & Data()
-
Access to the data part of the object.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|