class
#include <include/mtx/identifiers.hpp>
ID Base class for all the identifiers.
Each identifier has the following format (sigil)
(localpart)
:(hostname)
.
Derived classes
Public functions
Protected variables
- std::string localpart_
- Local part of the identifier.
- std::string hostname_
- The name of the originating homeserver.
- std::string id_
- The whole identifier.