Info< T > Class Template Referencea class for providing extra info to functions
More...
#include <Info.h>
Inheritance diagram for Info< T >:
[legend]List of all members.
Detailed Description
template<class T>
class Info< T >
a class for providing extra info to functions
Polaris C++ CVDL - See also:
- Info.h
Info.h
ExtraInfo and Info work hand-in-hand. Please see the man page for ExtraInfo for information on how to use these two classes.
- Note:
- Cannot declare Info<T> where T is a reference (pointers are okay, though)
Definition at line 37 of file Info.h.
Constructor & Destructor Documentation
|
template<class T> |
| Info< T >::Info |
( |
const T & |
data |
) |
[inline] |
|
|
template<class T> |
| Info< T >::Info |
( |
const Info< T > & |
other |
) |
[inline] |
|
|
template<class T> |
| Info< T >::~Info |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
|
template<class T> |
| Info< T > & Info< T >::operator= |
( |
const Info< T > & |
other |
) |
[inline] |
|
|
template<class T> |
| ExtraInfo * Info< T >::clone |
( |
|
) |
const [inline, virtual] |
|
|
template<class T> |
| T & Info< T >::data |
( |
|
) |
[inline, virtual] |
|
|
template<class T> |
| T& Info< T >::data |
( |
|
) |
[inline] |
|
|
template<class T> |
| void Info< T >::data |
( |
const T & |
data |
) |
[inline] |
|
The documentation for this class was generated from the following file:
|