![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Log entry structure. More...
#include <LogBook.h>
Public Member Functions | |
| Entry () | |
| Default contructor. | |
| Entry (const std::string &strMark, const std::string &strText) | |
| Initialization contructor. More... | |
| Entry (const Entry &src) | |
| Copy contructor. More... | |
| virtual | ~Entry () |
| Destructor. | |
| Entry & | operator= (const Entry &rhs) |
| Assignment operator. More... | |
| bool | empty () |
| Test if entry is empty ("no entry" entry). More... | |
Public Attributes | |
| timespec | m_timestamp |
| entry timestamp | |
| std::string | m_strMark |
| entry bookmark, empty if no mark | |
| std::string | m_strText |
| entry text, empty if no text | |
| rnr::LogBook::Entry::Entry | ( | const std::string & | strMark, |
| const std::string & | strText | ||
| ) |
| LogBook::Entry::Entry | ( | const Entry & | src | ) |
Copy contructor.
| src | Source object. |
Definition at line 99 of file LogBook.cxx.
References m_strMark, m_strText, and m_timestamp.
| bool LogBook::Entry::empty | ( | ) |
Test if entry is empty ("no entry" entry).
Definition at line 117 of file LogBook.cxx.
References rnr::chronos::isSet(), m_strMark, m_strText, and m_timestamp.
| LogBook::Entry & LogBook::Entry::operator= | ( | const Entry & | rhs | ) |
Assignment operator.
| rhs | Right-hand side object. |
Definition at line 106 of file LogBook.cxx.
References m_strMark, m_strText, and m_timestamp.