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"

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__ |
Implementation of the Group and the GroupList classes used in the Mediator Pattern.
Definition in file Mediator_Group_Classes.h.
| #define __MEDIATOR_GROUP_CLASSES_H__ |
Definition at line 9 of file Mediator_Group_Classes.h.