Atlas_Message_Element (3) Linux Manual Page
Atlas::Message::Element – Multi-type container. Synopsis#include <Element.h> Classesclass DataType Public Typesenum Type { TYPE_NONE, TYPE_INT, TYPE_FLOAT, TYPE_PTR, TYPE_STRING, TYPE_MAP, TYPE_LIST } Public Member FunctionsElement () Construct an empty object. Element (const Element &obj) Copy an existing object. Element (int v) Set type to int, and value to v. Element (bool v) Set type to int, and…
