Public Member Functions
openfluid::base::ExecutionMessages Class Reference

List of all members.

Public Member Functions

 ExecutionMessages ()
 ~ExecutionMessages ()
void addWarning (std::string Sender, std::string Source, openfluid::core::TimeStep_t TimeStep, std::string WarningMsg)
void addWarning (std::string Sender, openfluid::core::TimeStep_t TimeStep, std::string WarningMsg)
void addWarning (std::string Sender, std::string Source, std::string WarningMsg)
void addWarning (std::string Sender, std::string WarningMsg)
void resetWarningFlag ()
bool isWarningFlag () const
std::vector< MessagegetWarningMsgs () const
void doMemRelease ()
unsigned int getWarningsCount () const

Detailed Description

Class for managin messages during execution

Author:
Jean-Christophe FABRE <fabrejc@supagro.inra.fr>

Constructor & Destructor Documentation

Constructor

Destructor


Member Function Documentation

void openfluid::base::ExecutionMessages::addWarning ( std::string  Sender,
std::string  Source,
openfluid::core::TimeStep_t  TimeStep,
std::string  WarningMsg 
) [inline]
void openfluid::base::ExecutionMessages::addWarning ( std::string  Sender,
openfluid::core::TimeStep_t  TimeStep,
std::string  WarningMsg 
) [inline]
void openfluid::base::ExecutionMessages::addWarning ( std::string  Sender,
std::string  Source,
std::string  WarningMsg 
) [inline]
void openfluid::base::ExecutionMessages::addWarning ( std::string  Sender,
std::string  WarningMsg 
) [inline]

Generated using Doxygen 1.7.6.1
Creative Commons License Creative Commons By-NC-ND license