Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <ExpressionTree.h>
Public Member Functions | |
bool | isCompiled () const |
const Exception * | reason () const |
const std::shared_ptr< Node< R > > & | getTree () const |
Protected Member Functions | |
ExpressionTreeBase (bool compiled, const std::shared_ptr< Node< R > > &root, const std::shared_ptr< Exception > &reason_) | |
Protected Attributes | |
bool | m_is_compiled |
std::shared_ptr< Node< R > > | m_root |
std::shared_ptr< Exception > | m_reason |
Definition at line 34 of file ExpressionTree.h.
|
inlineprotected |
Definition at line 66 of file ExpressionTree.h.
|
inline |
Definition at line 57 of file ExpressionTree.h.
References Pyston::ExpressionTreeBase< R >::m_root.
|
inline |
Definition at line 41 of file ExpressionTree.h.
References Pyston::ExpressionTreeBase< R >::m_is_compiled.
|
inline |
Definition at line 49 of file ExpressionTree.h.
References Pyston::ExpressionTreeBase< R >::m_reason.
|
protected |
Definition at line 62 of file ExpressionTree.h.
Referenced by Pyston::ExpressionTreeBase< R >::isCompiled().
|
protected |
Definition at line 64 of file ExpressionTree.h.
Referenced by Pyston::ExpressionTreeBase< R >::reason().
|
protected |
Definition at line 63 of file ExpressionTree.h.
Referenced by Pyston::ExpressionTreeBase< R >::getTree().