|
OpenADFortTk (basic)
|
#include <xmlostream.h>

Public Member Functions | |
| Exception (const char *msg_) | |
| virtual | ~Exception () |
| virtual const std::string & | GetMessage () const |
| virtual void | Report (std::ostream &os) const |
| virtual void | Report () const |
Private Attributes | |
| std::string | msg |
Definition at line 34 of file xmlostream.h.
| xml::ostream::Exception::Exception | ( | const char * | msg_ | ) | [inline] |
Definition at line 36 of file xmlostream.h.
References msg.
| virtual xml::ostream::Exception::~Exception | ( | ) | [inline, virtual] |
Definition at line 37 of file xmlostream.h.
| virtual const std::string& xml::ostream::Exception::GetMessage | ( | ) | const [inline, virtual] |
Definition at line 39 of file xmlostream.h.
References msg.
| virtual void xml::ostream::Exception::Report | ( | std::ostream & | os | ) | const [inline, virtual] |
| virtual void xml::ostream::Exception::Report | ( | ) | const [inline, virtual] |
Definition at line 43 of file xmlostream.h.
References Report().
Referenced by Report().

std::string xml::ostream::Exception::msg [private] |
Definition at line 46 of file xmlostream.h.
Referenced by Exception(), GetMessage(), and Report().