All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Node.cpp File Reference
#include "Node.h"
#include <boost/foreach.hpp>
#include <boost/format.hpp>
Include dependency graph for Node.cpp:

Go to the source code of this file.

Functions

void tab (std::string *str, int indent)
 

Variables

std::string names [100]
 

Function Documentation

void tab ( std::string *  str,
int  indent 
)

Definition at line 14 of file Node.cpp.

{
for (int i = 0; i < indent; ++i)
*str += ' ';
}

Variable Documentation

std::string names[100]

Definition at line 19 of file Node.cpp.