This class can be used to wrap a string containing CVS keyword name/value pairs. More...
#include <DwmCvsTag.hh>
Public Member Functions | |
| CvsTag (const std::string &tagString) | |
| Constructor. | |
| std::string | Name () const |
| Returns the value of the Name tag. | |
| std::string | Id () const |
| Returns the value of the Id tag. | |
| std::string | Author () const |
| Returns the value of the Author tag. | |
| std::string | Header () const |
| Returns the value of the Header tag. | |
| std::string | Date () const |
| Returns the value of the Date tag. | |
| std::string | RCSfile () const |
| Returns the value of the RCSfile tag. | |
| std::string | Revision () const |
| Returns the value of the Revision tag. | |
This class can be used to wrap a string containing CVS keyword name/value pairs.
The constructor accepts a string containing CVS keyword/value pairs. The other public members permit the retrieval of the value of the particular keyword.