|
Project Malmo
0.30.0
|
A string with an attached timestamp saying when it was collected. More...
#include <TimestampedString.h>
Public Member Functions | |
| TimestampedString (const TimestampedUnsignedCharVector &message) | |
| TimestampedString (const boost::posix_time::ptime ×tamp, const std::string &text) | |
| bool | operator== (const TimestampedString &other) const |
Public Attributes | |
| boost::posix_time::ptime | timestamp |
| The timestamp. | |
| std::string | text |
| The string. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const TimestampedString &tss) |
A string with an attached timestamp saying when it was collected.
1.8.10