Status Struct Reference
Status type.
#include <healthTypes.h>
Public Member Functions | |
| Status (std::string k, std::string v, std::string t) | |
| std::string | toString () const |
| void | strip () |
Public Attributes | |
| std::string | key = "" |
| The value identifier. | |
| std::string | value = "" |
| The value. | |
| std::string | timestamp = "" |
| When the data was obtained. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Status &s) |
| std::istream & | operator>> (std::istream &is, Status &s) |
