Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
LinkExtractor Class Reference

#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

Detailed Description

Definition at line 143 of file ChatLink.h.

Member Typedef Documentation

◆ Links

typedef std::list<ChatLink*> LinkExtractor::Links
private

Definition at line 152 of file ChatLink.h.

Constructor & Destructor Documentation

◆ LinkExtractor()

LinkExtractor::LinkExtractor ( const char * msg)
explicit

Definition at line 522 of file ChatLink.cpp.

References _iss.

◆ ~LinkExtractor()

LinkExtractor::~LinkExtractor ( )

Definition at line 524 of file ChatLink.cpp.

References _links.

Member Function Documentation

◆ IsValidMessage()

Member Data Documentation

◆ _iss

std::istringstream LinkExtractor::_iss
private

Definition at line 154 of file ChatLink.h.

Referenced by IsValidMessage(), and LinkExtractor().

◆ _links

Links LinkExtractor::_links
private

Definition at line 153 of file ChatLink.h.

Referenced by IsValidMessage(), and ~LinkExtractor().


The documentation for this class was generated from the following files: