Project Malmo  0.16.0
Public Member Functions | Public Attributes | Friends | List of all members
malmo::TimestampedString Struct Reference

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 &timestamp, 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)
 

Detailed Description

A string with an attached timestamp saying when it was collected.


The documentation for this struct was generated from the following file: