WOscInfo Class Reference

#include <WOscInfo.h>

Inherited by WOscContainerInfo, and WOscMethodInfo.

List of all members.

Public Member Functions

 WOscInfo ()
 WOscInfo (const char *description)
virtual ~WOscInfo ()

Detailed Description

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.

See also:
WOscMethodInfo | WOscContainerInfo

Definition at line 51 of file WOscInfo.h.


Constructor & Destructor Documentation

WOscInfo::WOscInfo (  )  [inline]

Default constructor. Creates an empty description.

See also:
WOscInfo::WOscInfo(const char* description)

Definition at line 59 of file WOscInfo.h.

00059 { }

WOscInfo::WOscInfo ( const char *  description  )  [inline]

Constructs an info containing a description (string).

Parameters:
description String containing the description of the object.

Definition at line 64 of file WOscInfo.h.

00064 : m_description(description) { }

virtual WOscInfo::~WOscInfo (  )  [inline, virtual]

Does nothing.

Definition at line 66 of file WOscInfo.h.

00066 { }


The documentation for this class was generated from the following file:
Generated on Sat Oct 23 03:05:59 2010 for WOscLib by  doxygen 1.6.3