|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Public Types | |
| using | StmtVariant |
Public Member Functions | |
| template<typename T> | |
| Stmt (T &&v) | |
| Stmt (const Stmt &)=delete | |
| Stmt & | operator= (const Stmt &)=delete |
| Stmt (Stmt &&)=default | |
| Stmt & | operator= (Stmt &&)=default |
| ~Stmt ()=default | |
| Range | range () const |
Public Attributes | |
| StmtVariant | value |
|
inlineexplicit |
Definition at line 267 of file AST.hpp.
References value.
Referenced by operator=(), operator=(), Stmt(), and Stmt().
|
delete |
References Stmt().
|
default |
References Stmt().
|
default |
|
inlinenodiscard |
| StmtVariant infix2postfix::Stmt::value |