Inja
3.4.0
A Template Engine for Modern C++
|
Base node class for the abstract syntax tree (AST). More...
#include <node.hpp>
Public Member Functions | |
virtual void | accept (NodeVisitor &v) const =0 |
AstNode (size_t pos) | |
Public Attributes | |
size_t | pos |
Base node class for the abstract syntax tree (AST).