|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ChatLink.h>
Public Member Functions | |
| bool | IsValidMessage () |
| LinkExtractor (const char *msg) | |
| ~LinkExtractor () | |
Private Types | |
| typedef std::list< ChatLink * > | Links |
Private Attributes | |
| std::istringstream | _iss |
| Links | _links |
Definition at line 143 of file ChatLink.h.
|
private |
Definition at line 152 of file ChatLink.h.
|
explicit |
Definition at line 522 of file ChatLink.cpp.
References _iss.
| LinkExtractor::~LinkExtractor | ( | ) |
Definition at line 524 of file ChatLink.cpp.
References _links.
| bool LinkExtractor::IsValidMessage | ( | ) |
Definition at line 531 of file ChatLink.cpp.
References _iss, _links, DELIMITER, ChatLink::Initialize(), PIPE_CHAR, ReadHex(), ChatLink::SetBounds(), ChatLink::SetColor(), SF_LOG_TRACE, and ChatLink::ValidateName().
Referenced by ChatHandler::isValidChatMessage().
|
private |
Definition at line 154 of file ChatLink.h.
Referenced by IsValidMessage(), and LinkExtractor().
|
private |
Definition at line 153 of file ChatLink.h.
Referenced by IsValidMessage(), and ~LinkExtractor().