![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include <StanzaExtensions.h>


Public Member Functions | |
| GameListQuery (const glooxwrapper::Tag *tag=0) | |
| virtual StanzaExtension * | newInstance (const glooxwrapper::Tag *tag) const |
| virtual const glooxwrapper::string & | filterString () const |
| Required by gloox, used to find the GameList element in a received IQ. More... | |
| virtual glooxwrapper::Tag * | tag () const |
| Required by gloox, used to serialize the game object into XML for sending. More... | |
| virtual glooxwrapper::StanzaExtension * | clone () const |
| ~GameListQuery () | |
Public Member Functions inherited from glooxwrapper::StanzaExtension | |
| StanzaExtension (int type) | |
| virtual | ~StanzaExtension () |
| virtual const string & | filterString () const =0 |
| virtual StanzaExtension * | newInstance (const Tag *tag) const =0 |
| virtual glooxwrapper::Tag * | tag () const =0 |
| virtual StanzaExtension * | clone () const =0 |
| int | extensionType () const |
Public Attributes | |
| glooxwrapper::string | m_Command |
| std::vector< const glooxwrapper::Tag * > | m_GameList |
| GameListQuery::GameListQuery | ( | const glooxwrapper::Tag * | tag = 0 | ) |
| GameListQuery::~GameListQuery | ( | ) |
|
virtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to find the GameList element in a received IQ.
Implements glooxwrapper::StanzaExtension.
|
inlinevirtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to serialize the game object into XML for sending.
Implements glooxwrapper::StanzaExtension.
| glooxwrapper::string GameListQuery::m_Command |
| std::vector<const glooxwrapper::Tag*> GameListQuery::m_GameList |