![]() |
ATLAS Offline Software
|
#include "ParsingInternals.h"Go to the source code of this file.
Namespaces | |
| namespace | ExpressionParsing |
| Namespace holding all the expression evaluation code. | |
Macros | |
| #define | VM_CASE_UNARY(OP) |
| #define | VISITOR_UNARY(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 | ) |
Definition at line 20 of file ParsingInternals.cxx.
| #define VM_CASE_UNARY | ( | OP | ) |
Definition at line 14 of file ParsingInternals.cxx.
| std::atomic<std::size_t> g_maxStackSize =0 |
Definition at line 22 of file ParsingInternals.cxx.