#include <Dump_Obj.h>
|
| | 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) |
| | Destructor.
|
| |
|
| static const char * | indent () |
| | return the indent string
|
| |
| static CORBA::Any & | desc (const char *caption) |
| |
|
| static std::string | indent_ = "-" |
| | indent string
|
| |
static std::map< std::string,
CORBA::Any > | desc_map_ |
| | map for reference lookup
|
| |
| 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 | ) |
|
|
inlinestatic |
| static const char* Deployment::Dump_Obj::indent |
( |
| ) |
|
|
inlinestatic |
| std::string Deployment::Dump_Obj::desc_ |
|
private |
descriptor - used by destructor for deleting the correct descriptor from the map
| std::map< std::string, CORBA::Any > Deployment::Dump_Obj::desc_map_ |
|
staticprivate |
| std::string Deployment::Dump_Obj::indent_ = "-" |
|
staticprivate |
The documentation for this class was generated from the following files: