partyRepository Class Reference

#include <party.h>

List of all members.

Public Member Functions

class partygetParty (const string v)
void setParty (class party &v)
map< string, class
party > & 
listParty ()
void delParty (const string v)
const bool isParty (const string v) const
bool load (class channel &ch)
void save (class channel &ch)
class partygetParty (const string v)
void setParty (class party &v)
map< string, class
party > & 
listParty ()
void delParty (const string v)
const bool isParty (const string v) const
bool load (class channel &ch)
void save (class channel &ch)

Public Attributes

multimap< string,
sigc::signal< void,
class party & > > 
relations
multimap< string,
sigc::signal< void,
class party & > > 
relations


Member Function Documentation

class party & partyRepository::getParty ( const string  v  ) 

void partyRepository::setParty ( class party v  ) 

map< string, class party > & partyRepository::listParty (  ) 

void partyRepository::delParty ( const string  v  ) 

const bool partyRepository::isParty ( const string  v  )  const

bool partyRepository::load ( class channel ch  ) 

void partyRepository::save ( class channel ch  ) 

class party& partyRepository::getParty ( const string  v  ) 

void partyRepository::setParty ( class party v  ) 

map<string,class party>& partyRepository::listParty (  ) 

void partyRepository::delParty ( const string  v  ) 

const bool partyRepository::isParty ( const string  v  )  const

bool partyRepository::load ( class channel ch  ) 

void partyRepository::save ( class channel ch  ) 


Member Data Documentation

multimap<string, sigc::signal<void, class party& > > partyRepository::relations

multimap<string, sigc::signal<void, class party& > > partyRepository::relations


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

Generated on Tue Jan 1 17:30:01 2008 for partyRepository Class Reference by  doxygen   Visit the project page on SourceForge.net Logo