Struct SServiceId

Struct Documentation

struct SServiceId

Unique ID with which to identify a service (client or server) It can be queried from the client or the server, and it can be obtained from the registration layer.

Public Functions

inline bool operator==(const SServiceId &other) const
inline bool operator<(const SServiceId &other) const

Public Members

SEntityId service_id

the actual ID

std::string service_name

the name of the service