Design Pattern Examples
Overview of object-oriented design patterns
UserGroupsContainer Class Reference

A simple container for the user and group lists. This represents some entity external to the mediator that handles such things. More...

#include <Mediator_Class.h>

Collaboration diagram for UserGroupsContainer:
Collaboration graph

Public Attributes

UserList Users
 
GroupList Groups
 

Detailed Description

A simple container for the user and group lists. This represents some entity external to the mediator that handles such things.

For this example, an instance of this class is contained in the mediator rather than deal with a singleton external entity.

Definition at line 29 of file Mediator_Class.h.

Member Data Documentation

◆ Groups

◆ Users


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