#include <StatusHistory.h>
Inheritance diagram for rtl::StatusHistory:
Public Member Functions | |
AssignableT< ARStatusHistoryStruct > & | operator= (const ARStatusHistoryStruct &src) |
Assign an AR System C API structure to this class. | |
const std::string & | getUser () const |
the user that updated the entry to this status | |
ARTimestamp | getTimestamp () const |
the time the entry was updated to this status |
|
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< ARStatusHistoryStruct >. |