#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 | |
const char * | indent () |
CORBA::Any & | desc (const char *caption) |
Private Attributes | |
std::string | desc_ |
Static Private Attributes | |
std::string | indent_ = "-" |
std::map< std::string, CORBA::Any > | desc_map_ |
|
Constructors prints out the caption and increases indent.
|
|
Additionally insets <val> into the map.
|
|
|
|
|
|
|
|
|
|
|
|
|