ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ast_impl.hpp File Reference

Description:

This header-file is part of module ALib Expressions of the ALib C++ Framework.

Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.

Definition in file ast_impl.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::expressions::detail::AST
struct  alib::expressions::detail::ASTBinaryOp
 Abstract syntax tree node representing binary operators. More...
struct  alib::expressions::detail::ASTConditional
 Abstract syntax tree node representing ternary operator Q ? T : F. More...
struct  alib::expressions::detail::ASTFunction
 Abstract syntax tree node representing a function call. More...
struct  alib::expressions::detail::ASTIdentifier
 Abstract syntax tree node representing identifiers. More...
struct  alib::expressions::detail::ASTLiteral
 Abstract syntax tree node representing identifiers. More...
struct  alib::expressions::detail::ASTUnaryOp
 Abstract syntax tree node representing unary operators. More...

Namespaces

namespace  alib
namespace  alib::expressions
namespace  alib::expressions::detail