1 #ifndef MANAK_OUTPUT_MANAGER_HPP_INCLUDED
2 #define MANAK_OUTPUT_MANAGER_HPP_INCLUDED
38 const std::string& c_time);
45 const std::string& name,
46 const std::map<std::string, std::list<utils::ObjectStore>>& results);
56 #ifndef MANAK_USE_DYN_LINK
57 #include "output_manager.cpp"
58 #endif // MANAK_USE_DYM_LINK
60 #endif // MANAK_OUTPUT_MANAGER_HPP_INCLUDED
MANAK_INLINE void Initialize(bool compare, const std::string &c_time)
MANAK_INLINE void Finalize()
#define MANAK_INLINE
Check if user has opt for dynamic linking.
MANAK_INLINE void OpenSuite(const std::string &name)
std::list< OutputHandler * > handlers
static OutputManager & GlobalOutputManager()
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()