#include <WOscInfo.h>
Inherited by WOscContainerInfo, and WOscMethodInfo.
Public Member Functions | |
WOscInfo () | |
WOscInfo (const char *description) | |
virtual | ~WOscInfo () |
Information class for address-space elements (i.e. containers and methods). Up to now it contains a string with the description of the associated element.
Definition at line 51 of file WOscInfo.h.
WOscInfo::WOscInfo | ( | ) | [inline] |
Default constructor. Creates an empty description.
Definition at line 59 of file WOscInfo.h.
WOscInfo::WOscInfo | ( | const char * | description | ) | [inline] |
Constructs an info containing a description (string).
description | String containing the description of the object. |
Definition at line 64 of file WOscInfo.h.
virtual WOscInfo::~WOscInfo | ( | ) | [inline, virtual] |