HighLAND
Public Member Functions | Protected Attributes | List of all members
PackageVersion Class Reference
Inheritance diagram for PackageVersion:

Public Member Functions

 PackageVersion (const std::string &name, const std::string &version)
 
virtual ~PackageVersion ()
 Everyone should have a destructor.
 
virtual const char * GetName () const
 Return the name of this package. This overrides the TObject::GetName() interface.
 
const std::string & Name () const
 Return the name of this package.
 
void SetName (const std::string &name)
 Set the name of this package.
 
const std::string & Version () const
 Return the version of this package.
 
void SetVersion (const std::string &version)
 Set the version of this package.
 
 ClassDef (PackageVersion, 1)
 

Protected Attributes

std::string _name
 The name of this package.
 
std::string _version
 The name of this package.
 

Detailed Description

Definition at line 16 of file VersionManager.hxx.


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