DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
Deployment::Dump_Obj Class Reference

#include <Dump_Obj.h>

Collaboration diagram for Deployment::Dump_Obj:
Collaboration graph

Classes

class  Node_Exist
 
class  Node_Not_Exist
 

Public Member Functions

 Dump_Obj (const char *caption)
 Constructors prints out the caption and increases indent. More...
 
 Dump_Obj (const char *caption, CORBA::Any &val)
 Additionally insets val into the map. More...
 
 ~Dump_Obj (void)
 Destructor. More...
 

Static Public Member Functions

static const char * indent ()
 return the indent string More...
 
static CORBA::Any & desc (const char *caption)
 

Private Attributes

std::string desc_
 

Static Private Attributes

static std::string indent_ = "-"
 indent string More...
 
static std::map< std::string,
CORBA::Any > 
desc_map_
 map for reference lookup More...
 

Constructor & Destructor Documentation

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  )

Destructor.

Member Function Documentation

static CORBA::Any& Deployment::Dump_Obj::desc ( const char *  caption)
inlinestatic
static const char* Deployment::Dump_Obj::indent ( )
inlinestatic

return the indent string

Member Data Documentation

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

map for reference lookup

std::string Deployment::Dump_Obj::indent_ = "-"
staticprivate

indent string


The documentation for this class was generated from the following files: