#include <Chat.hpp>
|
virtual | ~Chat () override |
|
const std::string & | GetText () const |
|
const std::string & | GetName () const |
|
template<typename T > |
bool | is () const |
|
template<typename T , std::enable_if_t< std::is_convertible_v< std::vector< T >, Internal::TagListVariant >, bool > = true> |
bool | is_list_of () const |
|
template<typename T , std::enable_if_t< std::is_same_v< T, TagByte >||std::is_same_v< T, TagShort >||std::is_same_v< T, TagInt >||std::is_same_v< T, TagLong >||std::is_same_v< T, TagFloat >||std::is_same_v< T, TagDouble >, bool > = true> |
T | get () const |
|
template<typename T , std::enable_if_t< std::is_same_v< T, TagByteArray >||std::is_same_v< T, TagString >||std::is_same_v< T, TagList >||std::is_same_v< T, TagCompound >||std::is_same_v< T, TagIntArray >||std::is_same_v< T, TagLongArray >, bool > = true> |
const T & | get () const |
|
template<typename T , std::enable_if_t< std::is_convertible_v< std::vector< T >, Internal::TagListVariant >, bool > = true> |
const std::vector< T > & | as_list_of () const |
|
const Tag & | operator[] (const std::string &s) const |
|
size_t | size () const |
|
bool | contains (const std::string &s) const |
|
virtual | ~NetworkType () |
|
virtual void | Read (ReadIterator &iter, size_t &length) |
|
virtual void | Write (WriteContainer &container) const |
|
virtual Json::Value | Serialize () const |
|
Definition at line 16 of file Chat.hpp.
◆ ~Chat()
virtual ProtocolCraft::Chat::~Chat |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetText()
const std::string & ProtocolCraft::Chat::GetText |
( |
| ) |
const |
|
inline |
◆ ParseChat()
◆ ReadImpl()
virtual void ProtocolCraft::Chat::ReadImpl |
( |
ReadIterator & |
iter, |
|
|
size_t & |
length |
|
) |
| |
|
inlineoverrideprotectedvirtual |
◆ WriteImpl()
virtual void ProtocolCraft::Chat::WriteImpl |
( |
WriteContainer & |
container | ) |
const |
|
inlineoverrideprotectedvirtual |
◆ text
std::string ProtocolCraft::Chat::text |
|
private |
The documentation for this class was generated from the following files:
- protocolCraft/include/protocolCraft/Types/Chat/Chat.hpp
- protocolCraft/src/Types/Chat/Chat.cpp