A generic node wrapper.
More...
#include <node.hh>
List of all members.
Public Member Functions |
| | NodeAny (const T &val, unsigned line) |
|
| DEFINE_VISITABLE () |
| const T & | val () const |
Private Attributes |
|
T | _val |
Detailed Description
template<class T>
class NodeAny< T >
A generic node wrapper.
Constructor & Destructor Documentation
- Parameters:
-
| val | the value of the node. |
| line | the line of the configuration where the node was created. |
Member Function Documentation
template<class T >
| const T& NodeAny< T >::val |
( |
| ) |
const [inline] |
- Returns:
- the value of the node.
The documentation for this class was generated from the following file:
- /home/greearb/git/xorp.ct.github/xorp/policy/node.hh