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


Public Member Functions | |
| GameReport (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 GameReport element in a recived IQ. More... | |
| virtual glooxwrapper::Tag * | tag () const |
| Required by gloox, used to serialize the GameReport into XML for sending. More... | |
| virtual glooxwrapper::StanzaExtension * | clone () const |
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 | |
| std::vector< const glooxwrapper::Tag * > | m_GameReport |
| GameReport::GameReport | ( | const glooxwrapper::Tag * | tag = 0 | ) |
|
virtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to find the GameReport element in a recived IQ.
Implements glooxwrapper::StanzaExtension.
|
inlinevirtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to serialize the GameReport into XML for sending.
Implements glooxwrapper::StanzaExtension.
| std::vector<const glooxwrapper::Tag*> GameReport::m_GameReport |