| DECLARE_READ_WRITE_SERIALIZE | ProtocolCraft::Components::PropertyMatcher | private |
| DEFINE_CONDITION(IsExactMatcher, GetIsExactMatcher()) | ProtocolCraft::Components::PropertyMatcher | private |
| DEFINE_CONDITION(IsRangedMatcher, !GetIsExactMatcher()) | ProtocolCraft::Components::PropertyMatcher | private |
| GetIsExactMatcher() const | ProtocolCraft::Components::PropertyMatcher | inlineprotected |
| GETTER(RangedMatcher) | ProtocolCraft::Components::PropertyMatcher | private |
| GETTER(ExactMatcher) | ProtocolCraft::Components::PropertyMatcher | private |
| Read(ReadIterator &iter, size_t &length) | ProtocolCraft::NetworkType | inlinevirtual |
| ReadImpl(ReadIterator &iter, size_t &length)=0 | ProtocolCraft::NetworkType | protectedpure virtual |
| Serialize() const | ProtocolCraft::NetworkType | inlinevirtual |
| SERIALIZED_FIELD(Name, std::string) | ProtocolCraft::Components::PropertyMatcher | private |
| SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(IsExactMatcher_, bool) | ProtocolCraft::Components::PropertyMatcher | private |
| SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(RangedMatcher, Internal::Conditioned< ProtocolCraft::Components::RangedMatcher, &THIS::IsRangedMatcher >) | ProtocolCraft::Components::PropertyMatcher | private |
| SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(ExactMatcher, Internal::Conditioned< ProtocolCraft::Components::ExactMatcher, &THIS::IsExactMatcher >) | ProtocolCraft::Components::PropertyMatcher | private |
| SerializeImpl() const =0 | ProtocolCraft::NetworkType | protectedpure virtual |
| SetExactMatcher(const std::optional< ProtocolCraft::Components::ExactMatcher > &ExactMatcher_) | ProtocolCraft::Components::PropertyMatcher | inline |
| SetRangedMatcher(const std::optional< ProtocolCraft::Components::RangedMatcher > &RangedMatcher_) | ProtocolCraft::Components::PropertyMatcher | inline |
| THIS typedef | ProtocolCraft::Components::PropertyMatcher | private |
| Write(WriteContainer &container) const | ProtocolCraft::NetworkType | inlinevirtual |
| WriteImpl(WriteContainer &container) const =0 | ProtocolCraft::NetworkType | protectedpure virtual |
| ~NetworkType() | ProtocolCraft::NetworkType | inlinevirtual |