Manak
2.0.0
|
Public Member Functions | |
~OutputManager () | |
MANAK_INLINE void | AddCase (const std::string &uname, const std::string &name, const std::map< std::string, std::list< utils::ObjectStore >> &results) |
MANAK_INLINE void | AddHandler (OutputHandler *handler) |
MANAK_INLINE void | CloseSuite () |
MANAK_INLINE void | Finalize () |
MANAK_INLINE void | Initialize (bool compare, const std::string &c_time) |
MANAK_INLINE void | OpenSuite (const std::string &name) |
Static Public Member Functions | |
static OutputManager & | GlobalOutputManager () |
Private Attributes | |
std::list< OutputHandler * > | handlers |
Definition at line 18 of file output_manager.hpp.
|
inline |
Definition at line 27 of file output_manager.hpp.
References handlers.
MANAK_INLINE void manak::OutputManager::AddCase | ( | const std::string & | uname, |
const std::string & | name, | ||
const std::map< std::string, std::list< utils::ObjectStore >> & | results | ||
) |
MANAK_INLINE void manak::OutputManager::AddHandler | ( | OutputHandler * | handler | ) |
MANAK_INLINE void manak::OutputManager::CloseSuite | ( | ) |
MANAK_INLINE void manak::OutputManager::Finalize | ( | ) |
|
inlinestatic |
Definition at line 21 of file output_manager.hpp.
MANAK_INLINE void manak::OutputManager::Initialize | ( | bool | compare, |
const std::string & | c_time | ||
) |
MANAK_INLINE void manak::OutputManager::OpenSuite | ( | const std::string & | name | ) |
|
private |
Definition at line 51 of file output_manager.hpp.
Referenced by ~OutputManager().