Class zmbt::entity_id¶
Base class for annotated key objects.
#include <entity_id.hpp>
Inherited by the following classes: zmbt::interface_id, zmbt::object_id
Public Functions¶
Type | Name |
---|---|
boost::json::string | annotation () const |
entity_id () = default |
|
entity_id (boost::json::string_view key, boost::json::string_view type) |
|
entity_id (boost::json::value const & val) |
|
entity_id (entity_id const &) = default |
|
entity_id (entity_id &&) = default |
|
boost::json::string | key () const |
bool | operator!= (entity_id const & other) const |
bool | operator< (entity_id const & other) const |
bool | operator<= (entity_id const & other) const |
entity_id & | operator= (entity_id const &) = default |
entity_id & | operator= (entity_id &&) = default |
entity_id & | operator= (boost::json::value const & v) |
entity_id & | operator= (boost::json::value && v) |
bool | operator== (entity_id const & other) const |
bool | operator> (entity_id const & other) const |
bool | operator>= (entity_id const & other) const |
boost::json::string | str () const |
virtual | ~entity_id () = default |
Public Functions Documentation¶
function annotation¶
function entity_id [1/5]¶
function entity_id [2/5]¶
function entity_id [3/5]¶
function entity_id [4/5]¶
function entity_id [5/5]¶
function key¶
function operator!=¶
function operator<¶
function operator<=¶
function operator=¶
function operator=¶
function operator=¶
function operator=¶
function operator==¶
function operator>¶
function operator>=¶
function str¶
function ~entity_id¶
Friends Documentation¶
friend operator<<¶
The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/core/entity_id.hpp