Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
nameVI Class Reference
bare class to set and store the name of an object.
More...
#include <nameVI.h>
Inheritance diagram for nameVI:
List of all members.
Protected Methods |
| nameVI (std::string name ="") |
| constructor - set the name.
|
virtual | ~nameVI () |
| default destructor.
|
virtual std::string | name () const |
| returns the name.
|
virtual void | setName (std::string name) |
| set the name.
|
Private Attributes |
std::string | m_name |
| the name of the object.
|
Detailed Description
bare class to set and store the name of an object.
Definition at line 9 of file nameVI.h.
Constructor & Destructor Documentation
nameVI::nameVI (
|
std::string name = "" ) [protected] |
|
constructor - set the name.
Definition at line 15 of file nameVI.h.
nameVI::~nameVI ( ) [inline, protected, virtual] |
|
default destructor.
Definition at line 17 of file nameVI.h.
Member Function Documentation
std::string nameVI::name ( ) const [inline, protected, virtual] |
|
void nameVI::setName (
|
std::string name ) [inline, protected, virtual] |
|
Member Data Documentation
std::string nameVI::m_name [private] |
|
the name of the object.
Reimplemented in rHisto.
Definition at line 28 of file nameVI.h.
The documentation for this class was generated from the following file:
Generated at Fri Aug 18 12:57:41 2000 for centella framework by
1.1.3 written by Dimitri van Heesch,
© 1997-2000