basic singleton (see GAMMA et al.) class to capsulate environment variables for XML More...
#include <environment.h>
Public Member Functions | |
virtual void | initializeUsingXML (xercesc::DOMElement *element) |
initializes environment variables by XML element More... | |
virtual xercesc::DOMElement * | writeXMLFile (xercesc::DOMNode *parent)=0 |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Protected Member Functions | |
Environment () | |
constructor | |
virtual | ~Environment () |
destructor | |
![]() | |
Atom (const Atom &src) | |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
basic singleton (see GAMMA et al.) class to capsulate environment variables for XML
|
inlinevirtual |
initializes environment variables by XML element
XML | element |
Reimplemented in MBSim::MBSimEnvironment.