8#include <Atlas/Objects/Operation.h>
11using Atlas::Message::MapType;
13namespace Atlas {
namespace Objects {
namespace Operation {
15Allocator<ErrorData> ErrorData::allocator;
33 return copyInstance<ErrorData>(*
this);
38 if(ERROR_NO == classNo)
return true;
42void ErrorData::fillDefaultObjectInstance(
ErrorData& data, std::map<std::string, uint32_t>& attr_data)
71 return copyInstance<ChangeData>(*
this);
76 if(CHANGE_NO == classNo)
return true;
80void ChangeData::fillDefaultObjectInstance(
ChangeData& data, std::map<std::string, uint32_t>& attr_data)
An operation used to signal to clients when things such as types have changed..
bool instanceOf(int classNo) const override
Is this instance of some class?
ChangeData * copy() const override
Copy this object.
void reset() override
Resets the object as it's returned to the pool.
void free() override
Free an instance of this class, returning it to the memory pool.
void free() override
Free an instance of this class, returning it to the memory pool.
void reset() override
Resets the object as it's returned to the pool.
bool instanceOf(int classNo) const override
Is this instance of some class?
ErrorData * copy() const override
Copy this object.
bool instanceOf(int classNo) const override
Is this instance of some class?
void reset() override
Resets the object as it's returned to the pool.
double attr_future_seconds
Time in seconds to add current time.
double attr_seconds
Time in seconds.
std::int64_t attr_refno
Reference to serial number.
std::int64_t attr_serialno
Serial number.
std::string attr_objtype
What kind of object this is.
std::string attr_parent
The object this inherits attributes from.
double attr_stamp
Last time this object was modified.