fw4spl
fwAtomsPatch::VersionDescriptor Class Reference

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 VersionsTypegetVersions () const
 Returns versions.
 

Detailed Description

Version descriptor used to identify a version.

Definition at line 24 of file VersionDescriptor.hpp.


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