libmsn 4.2.1
|
#include <buddy.h>
Public Member Functions | |
Group (std::string groupID_, std::string name_) | |
Public Attributes | |
std::string | groupID |
std::string | name |
std::list< Buddy * > | buddies |
The Group class represents a group of contacts on the buddy list.
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