Handle.h
Go to the documentation of this file.
9/*====================================================================================================================*/
10/*== Guards, Includes ==============================================================================================*/
11/*====================================================================================================================*/
35/*====================================================================================================================*/
36/*== class Handle declaration =======================================================================================*/
37/*====================================================================================================================*/
50 Handle(int id, std::string uuid, std::string type, std::string tag, std::string description, double created_at, double modified_at);
Opaque pointer to a server-side resource i.e. a Case object.
Definition: Handle.h:43
std::string toString() const
bool operator<(const Handle &rhs) const
required to have Handles as keys in std::maps
double created_at() const
double modified_at() const
std::string type() const
Handle(int id, std::string uuid, std::string type, std::string tag, std::string description, double created_at, double modified_at)
construct from std::string
std::string tag() const
int id() const
std::string description() const
const std::string & uuid(void)
Definition: Case.h:35