#include <buddy.h>
Public Attributes | |
std::string | groupID |
std::string | name |
std::list< Buddy * > | buddies |
Each group is represented by a groupID, a list of buddies and has a user-visible name.
std::list<Buddy *> MSN::Group::buddies |
List of contacts in this group
std::string MSN::Group::groupID |
Id of this group
std::string MSN::Group::name |
Name of this group