5#ifndef GEOMODELSVC_DECODEVERSIONKEY_H
6#define GEOMODELSVC_DECODEVERSIONKEY_H
30 const std::string &
tag()
const;
33 const std::string &
node()
const;
44 bool getCustomTag(
const std::string & inputTag, std::string & outputTag);
bool getCustomTag(const std::string &inputTag, std::string &outputTag)
DecodeVersionKey(const IGeoModelSvc *, const std::string &node)
Constructor is passed a pointer to GeoModelSvc plus the node for which you want the tag.
void defineTag(const T *svc, const std::string &node)
bool custom() const
Return true if CUSTOM is selected.
const std::string & tag() const
Return version tag.
const std::string & node() const
Return the version node.