|
xorp
|
Node representing a protocol statement. More...
#include <node.hh>
Public Member Functions | |
| NodeProto (const string &proto, unsigned line) | |
| DEFINE_VISITABLE () | |
| virtual bool | is_protocol_statement () const |
| Test whether this is a "protocol" statement. | |
| const string & | proto () const |
Private Attributes | |
| string | _proto |
Node representing a protocol statement.
| NodeProto::NodeProto | ( | const string & | proto, |
| unsigned | line | ||
| ) | [inline] |
| virtual bool NodeProto::is_protocol_statement | ( | ) | const [inline, virtual] |
Test whether this is a "protocol" statement.
Reimplemented from Node< A >.
| const string& NodeProto::proto | ( | ) | const [inline] |