|
Mantid
|
#include <Result.h>
Public Member Functions | |
| const std::string & | errors () const |
| operator bool () const | |
| const T & | result () const |
| Result (T result, std::string errors="") | |
Private Attributes | |
| std::string | m_errors |
| T | m_result |
|
inline |
|
inline |
Definition at line 20 of file Result.h.
References Mantid::API::Result< T >::m_errors.
Referenced by Mantid::API::FileFinderImpl::getPath().
|
inline |
Definition at line 23 of file Result.h.
References Mantid::API::Result< T >::m_errors.
|
inline |
Definition at line 19 of file Result.h.
References Mantid::API::Result< T >::m_result.
|
private |
Definition at line 27 of file Result.h.
Referenced by Mantid::API::Result< T >::errors(), and Mantid::API::Result< T >::operator bool().
|
private |
Definition at line 26 of file Result.h.
Referenced by Mantid::API::Result< T >::result().