Skip to content

Class zmbt::entity_id

ClassList > 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

inline boost::json::string zmbt::entity_id::annotation () const

function entity_id [1/5]

zmbt::entity_id::entity_id () = default

function entity_id [2/5]

zmbt::entity_id::entity_id (
    boost::json::string_view key,
    boost::json::string_view type
) 

function entity_id [3/5]

explicit zmbt::entity_id::entity_id (
    boost::json::value const & val
) 

function entity_id [4/5]

zmbt::entity_id::entity_id (
    entity_id const &
) = default

function entity_id [5/5]

zmbt::entity_id::entity_id (
    entity_id &&
) = default

function key

inline boost::json::string zmbt::entity_id::key () const

function operator!=

inline bool zmbt::entity_id::operator!= (
    entity_id const & other
) const

function operator<

inline bool zmbt::entity_id::operator< (
    entity_id const & other
) const

function operator<=

inline bool zmbt::entity_id::operator<= (
    entity_id const & other
) const

function operator=

entity_id & zmbt::entity_id::operator= (
    entity_id const &
) = default

function operator=

entity_id & zmbt::entity_id::operator= (
    entity_id &&
) = default

function operator=

inline entity_id & zmbt::entity_id::operator= (
    boost::json::value const & v
) 

function operator=

inline entity_id & zmbt::entity_id::operator= (
    boost::json::value && v
) 

function operator==

inline bool zmbt::entity_id::operator== (
    entity_id const & other
) const

function operator>

inline bool zmbt::entity_id::operator> (
    entity_id const & other
) const

function operator>=

inline bool zmbt::entity_id::operator>= (
    entity_id const & other
) const

function str

inline boost::json::string zmbt::entity_id::str () const

function ~entity_id

virtual zmbt::entity_id::~entity_id () = default

Friends Documentation

friend operator<<

inline std::ostream & zmbt::entity_id::operator<< (
    std::ostream & os,
    entity_id const & id
) 


The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/core/entity_id.hpp