Bayeux  3.4.1
Core Foundation library for SuperNEMO
Classes | Typedefs | Functions
datatools::configuration::parsing Namespace Reference

Classes

struct  dependency_logic_ast
 Parsing AST: More...
 
struct  dependency_logic_ast_op
 AST general operator node: More...
 
struct  dependency_logic_ast_slot
 AST leaf node: More...
 

Typedefs

typedef boost::variant< boost::recursive_wrapper< dependency_logic_ast_op >, dependency_logic_ast_slotdependency_logic_ast_node
 AST node: More...
 

Functions

void print (const dependency_logic_ast_node &node_, std::ostream &out_, int indent_=0)
 

Typedef Documentation

◆ dependency_logic_ast_node

AST node:

Function Documentation

◆ print()

void datatools::configuration::parsing::print ( const dependency_logic_ast_node node_,
std::ostream &  out_,
int  indent_ = 0 
)