class NodeUn

Unary operation. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

The node will have one child. It owns it.

 NodeUn (UnOper* op, Node* node, unsigned line)

NodeUn

Caller must not delete / modify pointers.

Parameters:

opunary operation associated with node.
nodechild of node -- argument of operation.
lineline of configuration where node was created.
 ~NodeUn ()

~NodeUn

 DEFINE_VISITABLE ()

DEFINE_VISITABLE

const UnOper&  op ()

op

[const]

Returns: unary operation associated with node.

Node&  node ()

node

[const]

Returns: argument of unary operation.


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:11:02 2009, using kdoc 2.0a54+XORP.