#include <openvdb_ax/grammar/generated/axparser.h>
|
| using | ExpList = std::vector< openvdb::ax::ast::Expression * > |
| | Temporary storage for comma separated expressions. More...
|
| |
| using ExpList = std::vector<openvdb::ax::ast::Expression*> |
Temporary storage for comma separated expressions.
| openvdb::ax::ast::ArrayPack* arraypack |
| openvdb::ax::ast::Attribute* attribute |
| openvdb::ax::ast::Block* block |
| openvdb::ax::ast::CommaOperator* comma |
| openvdb::ax::ast::DeclareLocal* declare_local |
| openvdb::ax::ast::Expression* expression |
| openvdb::ax::ast::ExternalVariable* external |
| openvdb::ax::ast::FunctionCall* function |
| openvdb::ax::ast::Local* local |
| openvdb::ax::ast::Statement* statement |
| openvdb::ax::ast::StatementList* statementlist |
| openvdb::ax::ast::Tree* tree |
| openvdb::ax::ast::ValueBase* value |
| openvdb::ax::ast::Variable* variable |