JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
This is the complete list of members for JKQTPExpected< T, E >, including all inherited members.
error() const | JKQTPExpected< T, E > | inline |
has_value() const | JKQTPExpected< T, E > | inline |
JKQTPExpected()=delete | JKQTPExpected< T, E > | |
JKQTPExpected(const T &value_) | JKQTPExpected< T, E > | inline |
JKQTPExpected(const JKQTPExpected< T, E > &other)=default | JKQTPExpected< T, E > | |
JKQTPExpected(JKQTPExpectedUnexpectedType, const E &error_) | JKQTPExpected< T, E > | inline |
m_error | JKQTPExpected< T, E > | private |
m_hasValue | JKQTPExpected< T, E > | private |
m_value | JKQTPExpected< T, E > | private |
operator bool() const | JKQTPExpected< T, E > | inline |
value() const | JKQTPExpected< T, E > | inline |