Public Member Functions

el7::scripting::parsing::WhoNode Class Reference

#include <WhoNode.h>

Inheritance diagram for el7::scripting::parsing::WhoNode:
el7::scripting::parsing::SystemNode el7::scripting::parsing::CommandNode el7::scripting::parsing::Node

List of all members.

Public Member Functions

 WhoNode (unsigned long code_ref, const cl7::string_type &identifier)
 ~WhoNode (void)
const cl7::string_typeget_identifier () const
void build (building::Builder *builder) const

Detailed Description

Represents a who node printing out some information about memory usage within the syntax tree built by the parser.


Constructor & Destructor Documentation

el7::scripting::parsing::WhoNode::WhoNode ( unsigned long  code_ref,
const cl7::string_type identifier 
)

Explicit constructor.

el7::scripting::parsing::WhoNode::~WhoNode ( void   ) 

Destructor.


Member Function Documentation

void el7::scripting::parsing::WhoNode::build ( building::Builder builder  )  const [virtual]
const cl7::string_type& el7::scripting::parsing::WhoNode::get_identifier (  )  const [inline]

Returns the name of the variable to examine.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines