Design Pattern Examples
Overview of object-oriented design patterns
Mediator_Group_Classes.h File Reference

Implementation of the Group and the GroupList classes used in the Mediator Pattern. More...

#include <algorithm>
#include <string>
#include <vector>
#include "helpers/argumentnull_error.h"
#include "helpers/stricmp.h"
#include "helpers/stringlist.h"
Include dependency graph for Mediator_Group_Classes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Group
 Represents a single group. A group has a name and zero or more users. Users are tracked by name. More...
 
class  GroupList
 Represents a list of Groups. More...
 

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Macros

#define __MEDIATOR_GROUP_CLASSES_H__
 

Detailed Description

Implementation of the Group and the GroupList classes used in the Mediator Pattern.

Definition in file Mediator_Group_Classes.h.

Macro Definition Documentation

◆ __MEDIATOR_GROUP_CLASSES_H__

#define __MEDIATOR_GROUP_CLASSES_H__

Definition at line 9 of file Mediator_Group_Classes.h.