Manak
2.0.0
|
Public Member Functions | |
RSuite (RNode *parent, ManakSuite *suite) | |
MANAK_INLINE | ~RSuite () |
MANAK_INLINE RNode * | AddCase (ManakCase *bc) |
MANAK_INLINE RNode * | AddSuite (ManakSuite *Suite) |
MANAK_INLINE RNode * | EraseSuite (ManakSuite *suite) |
ManakSuite * | GetSuite () |
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 () |
Public Attributes | |
std::map< std::string, RNode * > | next_cases |
std::map< std::string, RNode * > | next_suites |
ManakSuite * | suite |
![]() | |
size_t | count |
RNode * | parent |
Definition at line 85 of file result_collector.hpp.
|
inline |
Definition at line 87 of file result_collector.hpp.
MANAK_INLINE manak::RSuite::~RSuite | ( | ) |
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
inlinevirtual |
Reimplemented from manak::RNode.
Definition at line 102 of file result_collector.hpp.
References suite.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
|
virtual |
Implements manak::RNode.
std::map<std::string, RNode*> manak::RSuite::next_cases |
Definition at line 114 of file result_collector.hpp.
std::map<std::string, RNode*> manak::RSuite::next_suites |
Definition at line 113 of file result_collector.hpp.
ManakSuite* manak::RSuite::suite |
Definition at line 116 of file result_collector.hpp.
Referenced by GetSuite().