fw4spl
|
Version descriptor used to identify a version. More...
#include <VersionDescriptor.hpp>
Classes | |
struct | Compare |
Struct used to compare two VersionDescriptor. More... | |
Public Types | |
typedef std::map< std::string, std::string > | VersionsType |
VersionIDs used to link type and version. | |
Public Member Functions | |
VersionDescriptor () | |
Constructor. | |
VersionDescriptor (const std::string &context, const std::string &versionName, const VersionsType &versions) | |
Constructor. | |
~VersionDescriptor () | |
Destructor. | |
const std::string & | getContext () const |
Returns context name. | |
const std::string & | getVersionName () const |
Returns version name. | |
const VersionsType & | getVersions () const |
Returns versions. | |
Version descriptor used to identify a version.
Definition at line 24 of file VersionDescriptor.hpp.