VOS::ChangeLog Class Reference
#include <changelog.hh>
Detailed Description
Definition at line 31 of file changelog.hh.
Public Member Functions
- ChangeLog (const std::string &filename, bool isFilename)
- ~ChangeLog ()
- void logChange (LogEntry &le)
- void pushChange (LogEntry &le)
- std::string logToString ()
Public Attributes
Constructor & Destructor Documentation
| VOS::ChangeLog::ChangeLog | ( | const std::string & | filename, | |
| bool | isFilename | |||
| ) |
| VOS::ChangeLog::~ChangeLog | ( | ) |
Member Function Documentation
| void VOS::ChangeLog::logChange | ( | LogEntry & | le | ) |
| std::string VOS::ChangeLog::logToString | ( | ) |
| void VOS::ChangeLog::pushChange | ( | LogEntry & | le | ) |
Member Data Documentation
| std::deque<LogEntry> VOS::ChangeLog::log |
Definition at line 38 of file changelog.hh.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/extensions/revcontrol/changelog.hh