ATLAS Offline Software
|
#include "ParsingInternals.h"
Go to the source code of this file.
Namespaces | |
ExpressionParsing | |
Namespace holding all the expression evaluation code. | |
Macros | |
#define | VM_CASE_UNARY(OP) |
#define | VISITOR_UNARY(OP) else if (x.operator_ == #OP) code.push_back(op_ ## OP) |
Functions | |
template<class T_func > | |
void | ExpressionParsing::bin_op (std::vector< StackElement > &stack, T_func a_func) |
Variables | |
std::atomic< std::size_t > | g_maxStackSize =0 |
#define VISITOR_UNARY | ( | OP | ) | else if (x.operator_ == #OP) code.push_back(op_ ## OP) |
Definition at line 21 of file ParsingInternals.cxx.
#define VM_CASE_UNARY | ( | OP | ) |
Definition at line 15 of file ParsingInternals.cxx.
std::atomic<std::size_t> g_maxStackSize =0 |
Definition at line 22 of file ParsingInternals.cxx.