SmartFoxServer 2X C++ API
Sfs2X::Entities::Match::IMatcher Class Referenceabstract

More...

#include <IMatcher.h>

Inheritance diagram for Sfs2X::Entities::Match::IMatcher:
Sfs2X::Entities::Match::BoolMatch Sfs2X::Entities::Match::NumberMatch Sfs2X::Entities::Match::StringMatch

Public Member Functions

virtual boost::shared_ptr< string > Symbol ()=0
 Get the condition symbol of this matcher More...
 
virtual long int Type ()=0
 Get the type of this matcher More...
 

Detailed Description

Member Function Documentation

◆ Symbol()

virtual boost::shared_ptr<string> Sfs2X::Entities::Match::IMatcher::Symbol ( )
pure virtual

◆ Type()

virtual long int Sfs2X::Entities::Match::IMatcher::Type ( )
pure virtual