60 CvsTag(
const std::string & tagString);
70 std::string
Id()
const;
98 std::string _tagString;
100 std::string GetRCSfileFromId()
const;
101 std::string GetRevisionFromId()
const;
102 std::string GetDateFromId()
const;
103 std::string GetAuthorFromId()
const;
104 std::string GetTag(
const std::string & tag)
const;
This class can be used to wrap a string containing CVS keyword name/value pairs.
Definition DwmCvsTag.hh:55
std::string Name() const
Returns the value of the Name tag.
CvsTag(const std::string &tagString)
Constructor.
std::string Header() const
Returns the value of the Header tag.
std::string Id() const
Returns the value of the Id tag.
std::string RCSfile() const
Returns the value of the RCSfile tag.
std::string Revision() const
Returns the value of the Revision tag.
std::string Author() const
Returns the value of the Author tag.
std::string Date() const
Returns the value of the Date tag.