#include <buddy.h>
Each group is represented by a groupID and has a user-visible name.
Public Member Functions | |
| Group (int groupID_, std::string name_) | |
| Group () | |
Public Attributes | |
| int | groupID |
| std::string | name |
| std::list< Buddy * > | buddies |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1