File: Named.h
Description:
namespace Pythia7
CLASS
Named
Public members:
inline Named();
Empty constructor.
inline Named(const string & newName);
Constructor with name.
inline Named(const Named &);
Copy constructor.
inline ~Named();
Empty Destructor.
inline const string & name() const;
Return name.
inline bool operator == (const Named &) const;
inline bool operator < (const Named &) const;
Comparisons.
Protected members:
inline const Named & operator = (const Named &);
inline const string & name(const string & newName);
Set new name.
Private members:
string theName;
The string containing the name.
DEFINED MACROS
INCLUDED FILES