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