Manak
2.0.0
|
Public Member Functions | |
RCase (RNode *parent) | |
~RCase () | |
MANAK_INLINE RNode * | AddCase (ManakCase *bc) |
RNode * | AddSuite (ManakSuite *Suite) |
RNode * | EraseSuite (ManakSuite *suite) |
MANAK_INLINE void | LoadForComparison (const std::string &uname, std::string library, const std::list< double > &readings) |
MANAK_INLINE void | Print () |
MANAK_INLINE void | Run () |
MANAK_INLINE void | SaveForComparison (std::ostream &stream) |
![]() | |
RNode (RNode *parent) | |
virtual | ~RNode () |
virtual ManakSuite * | GetSuite () |
Public Attributes | |
std::map< std::string, ManakCase * > | children |
std::map< std::string, std::list< utils::ObjectStore > > | results |
![]() | |
size_t | count |
RNode * | parent |
Definition at line 50 of file result_collector.hpp.
|
inline |
Definition at line 52 of file result_collector.hpp.
manak::RCase::~RCase | ( | ) |
|
virtual |
Implements manak::RNode.
|
inlinevirtual |
Implements manak::RNode.
Definition at line 57 of file result_collector.hpp.
|
inlinevirtual |
Implements manak::RNode.
Definition at line 65 of file result_collector.hpp.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
std::map<std::string, ManakCase*> manak::RCase::children |
Definition at line 82 of file result_collector.hpp.
std::map<std::string, std::list<utils::ObjectStore> > manak::RCase::results |
Definition at line 81 of file result_collector.hpp.