Design Pattern Examples
Overview of object-oriented design patterns
Group Struct Reference

Represents a single group. A group has a name and zero or more users. Users are tracked by name. More...

#include <Mediator_Group.h>

Collaboration diagram for Group:
Collaboration graph

Public Attributes

const char * Name
 Name of this group.
 
StringList Users
 The list of users in this group.
 

Detailed Description

Represents a single group. A group has a name and zero or more users. Users are tracked by name.

Definition at line 17 of file Mediator_Group.h.

Member Data Documentation

◆ Name

◆ Users

StringList Users

The list of users in this group.

Definition at line 27 of file Mediator_Group.h.

Referenced by Group_AddUser(), Group_Create(), Group_Destroy(), Group_FindUser(), Group_GetAllUsers(), and Group_RemoveUser().


The documentation for this struct was generated from the following file: