KiCad PCB EDA Suite
|
This is the complete list of members for calc_parser::Result< T >, including all inherited members.
GetError() const -> const std::string & | calc_parser::Result< T > | inline |
GetValue() const -> const T & | calc_parser::Result< T > | inline |
HasError() const -> bool | calc_parser::Result< T > | inline |
HasValue() const -> bool | calc_parser::Result< T > | inline |
m_data | calc_parser::Result< T > | private |
operator bool() const | calc_parser::Result< T > | inlineexplicit |
Result(T aValue) | calc_parser::Result< T > | inline |
Result(std::string aError) | calc_parser::Result< T > | inline |