Horizon Official Technical Documentation
|
|
#include <System.hpp>
Public Member Functions | |
ContextWithResult () | |
ContextWithResult (T result) | |
ContextWithResult (std::vector< T > result_vector) | |
ContextWithResult (const ContextWithResult &other) | |
ContextWithResult & | operator= (const ContextWithResult &other) |
virtual T | get_one () |
virtual void | set_one (T result) |
virtual bool | has_many () |
virtual std::vector< T > | get_many () |
virtual void | set_many (std::vector< T > result_vector) |
Protected Attributes | |
T | _result |
std::vector< T > | _result_vector |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
References Horizon::System::ContextWithResult< T >::_result.
Referenced by TestWork::has_result(), and TestWorkWithUseResult::has_result().
|
inlinevirtual |
|
inline |
References Horizon::System::ContextWithResult< T >::_result, and Horizon::System::ContextWithResult< T >::_result_vector.
|
inlinevirtual |
References Horizon::System::ContextWithResult< T >::_result_vector.
|
inlinevirtual |
References Horizon::System::ContextWithResult< T >::_result.
|
protected |
|
protected |