#include <Dump_Obj.h>
Public Member Functions | |
Dump_Obj (const char *caption) | |
Constructors prints out the caption and increases indent. | |
Dump_Obj (const char *caption, CORBA::Any &val) | |
Additionally insets <val> into the map. | |
~Dump_Obj (void) | |
Static Public Member Functions | |
static const char * | indent () |
static CORBA::Any & | desc (const char *caption) |
Private Attributes | |
std::string | desc_ |
Static Private Attributes | |
static std::string | indent_ = "-" |
static std::map< std::string, CORBA::Any > | desc_map_ |
Classes | |
class | Node_Exist |
class | Node_Not_Exist |
Deployment::Dump_Obj::Dump_Obj | ( | const char * | caption | ) |
Constructors prints out the caption and increases indent.
Deployment::Dump_Obj::Dump_Obj | ( | const char * | caption, | |
CORBA::Any & | val | |||
) |
Additionally insets <val> into the map.
Deployment::Dump_Obj::~Dump_Obj | ( | void | ) |
static CORBA::Any& Deployment::Dump_Obj::desc | ( | const char * | caption | ) | [inline, static] |
static const char* Deployment::Dump_Obj::indent | ( | ) | [inline, static] |
std::string Deployment::Dump_Obj::desc_ [private] |
std::map< std::string, CORBA::Any > Deployment::Dump_Obj::desc_map_ [static, private] |
std::string Deployment::Dump_Obj::indent_ = "-" [static, private] |