#include <Diary.h>
Inheritance diagram for rtl::Diary:
Public Member Functions | |
AssignableT< ARDiaryStruct > & | operator= (const ARDiaryStruct &src) |
Assign an AR System C API structure to this class. | |
const std::string & | getUser () const |
the user that entered this diary entry | |
ARTimestamp | getTimeVal () const |
the time the diary entry was made | |
const std::string & | getValue () const |
the text of the diary entry |
|
Assign an AR System C API structure to this class. The structure is copied in its entirety, with no dependence on the C API structure once the operation is complete. Implements rtl::AssignableT< ARDiaryStruct >. |