42 #ifndef _DWMCVSTAG_HH_ 43 #define _DWMCVSTAG_HH_ 61 CvsTag(
const std::string & tagString);
66 std::string
Name()
const;
71 std::string
Id()
const;
76 std::string
Author()
const;
81 std::string
Header()
const;
86 std::string
Date()
const;
99 std::string _tagString;
101 std::string GetRCSfileFromId()
const;
102 std::string GetRevisionFromId()
const;
103 std::string GetDateFromId()
const;
104 std::string GetAuthorFromId()
const;
105 std::string GetTag(
const std::string & tag)
const;
110 #endif // _DWMCVSTAG_HH_ std::string Author() const
Returns the value of the Author tag.
std::string Revision() const
Returns the value of the Revision tag.
std::string Header() const
Returns the value of the Header tag.
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.
Definition: DwmBZ2IO.hh:67
std::string RCSfile() const
Returns the value of the RCSfile tag.
std::string Id() const
Returns the value of the Id tag.
CvsTag(const std::string &tagString)
Constructor.
std::string Date() const
Returns the value of the Date tag.