Skip to content

Class zmbt::interface_id

ClassList > zmbt > interface_id

Pointer-based interface id with type annotation.

  • #include <interface_id.hpp>

Inherits the following classes: zmbt::entity_id

Public Functions

Type Name
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
interface_id (Interface const & ifc)
bool operator!= (entity_id const & other) const
bool operator== (entity_id const & other) const

Public Functions inherited from zmbt::entity_id

See zmbt::entity_id

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 entity_id [1/7]

zmbt::interface_id::entity_id () = default

function entity_id [2/7]

zmbt::interface_id::entity_id (
    boost::json::string_view key,
    std::type_index type_index
) 

function entity_id [3/7]

zmbt::interface_id::entity_id (
    boost::json::string_view key,
    std::size_t type_index_hash
) 

function entity_id [4/7]

explicit zmbt::interface_id::entity_id (
    boost::json::array const & str
) 

function entity_id [5/7]

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

function entity_id [6/7]

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

function entity_id [7/7]

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

function interface_id

template<class Interface, class>
inline zmbt::interface_id::interface_id (
    Interface const & ifc
) 

function operator!=

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

function operator==

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


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