Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
GameReport Class Reference

#include <StanzaExtensions.h>

Inheritance diagram for GameReport:
Inheritance graph
[legend]
Collaboration diagram for GameReport:
Collaboration graph
[legend]

Public Member Functions

 GameReport (const glooxwrapper::Tag *tag=0)
 
virtual StanzaExtensionnewInstance (const glooxwrapper::Tag *tag) const
 
virtual const glooxwrapper::stringfilterString () const
 Required by gloox, used to find the GameReport element in a recived IQ. More...
 
virtual glooxwrapper::Tagtag () const
 Required by gloox, used to serialize the GameReport into XML for sending. More...
 
virtual glooxwrapper::StanzaExtensionclone () const
 
- Public Member Functions inherited from glooxwrapper::StanzaExtension
 StanzaExtension (int type)
 
virtual ~StanzaExtension ()
 
int extensionType () const
 

Public Attributes

std::vector< const glooxwrapper::Tag * > m_GameReport
 

Constructor & Destructor Documentation

◆ GameReport()

GameReport::GameReport ( const glooxwrapper::Tag tag = 0)

Member Function Documentation

◆ clone()

glooxwrapper::StanzaExtension * GameReport::clone ( ) const
virtual

◆ filterString()

const glooxwrapper::string & GameReport::filterString ( ) const
virtual

Required by gloox, used to find the GameReport element in a recived IQ.

Implements glooxwrapper::StanzaExtension.

◆ newInstance()

virtual StanzaExtension* GameReport::newInstance ( const glooxwrapper::Tag tag) const
inlinevirtual

◆ tag()

glooxwrapper::Tag * GameReport::tag ( ) const
virtual

Required by gloox, used to serialize the GameReport into XML for sending.

Implements glooxwrapper::StanzaExtension.

Member Data Documentation

◆ m_GameReport

std::vector<const glooxwrapper::Tag*> GameReport::m_GameReport

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