|
LeviLamina
|
Public Member Functions | |
| AuthorAndMessage (AuthorAndMessage const &)=default | |
| AuthorAndMessage (TextPacketType type, std::string const &author, std::string const &message) | |
| MCAPI::TextPacketPayload::AuthorAndMessage & | operator= (::TextPacketPayload::AuthorAndMessage &&) |
| MCAPI::TextPacketPayload::AuthorAndMessage & | operator= (::TextPacketPayload::AuthorAndMessage const &) |
| MCAPI bool | operator== (::TextPacketPayload::AuthorAndMessage const &other) const |
| MCFOLD void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, ::TextPacketType > | mType |
| ::ll::TypedStorage< 8, 32, ::std::string > | mAuthor |
| ::ll::TypedStorage< 8, 32, ::std::string > | mMessage |