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_view | annotation () const |
| entity_id () = default |
|
| entity_id (boost::json::string_view key, std::type_index type_index) |
|
| entity_id (boost::json::string_view key, std::size_t type_index_hash) |
|
| entity_id (boost::json::array const & str) |
|
| entity_id (boost::json::value const & val) |
|
| entity_id (entity_id const &) = default |
|
| entity_id (entity_id &&) = default |
|
| boost::json::string_view | key () 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 |
| boost::json::string_view | str () const |
| virtual | ~entity_id () = default |
Public Functions Documentation¶
function annotation¶
function entity_id [1/7]¶
function entity_id [2/7]¶
function entity_id [3/7]¶
function entity_id [4/7]¶
function entity_id [5/7]¶
function entity_id [6/7]¶
function entity_id [7/7]¶
function key¶
function operator!=¶
function operator=¶
function operator=¶
function operator=¶
function operator=¶
function operator==¶
function str¶
function ~entity_id¶
Friends Documentation¶
friend hash_value¶
Boost.Hash customization point.
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