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.

14  {
15  for (int i = 0; i < indent; ++i)
16  *str += ' ';
17 }
list i
Definition: ana.py:128

Variable Documentation

std::string names[100]

Definition at line 19 of file Node.cpp.