Implementation of the User and the UserList classes used in the Mediator Pattern. More...
#include <algorithm>#include <string>#include <vector>#include "helpers/argumentnull_error.h"#include "helpers/stringlist.h"

Go to the source code of this file.
Classes | |
| class | User |
| Represents a user with a name. More... | |
| class | UserList |
| Represents a list of users. More... | |
Namespaces | |
| namespace | DesignPatternExamples_cpp |
| The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
| #define | __MEDIATOR_USER_CLASSES_H__ |
Implementation of the User and the UserList classes used in the Mediator Pattern.
Definition in file Mediator_User_Classes.h.
| #define __MEDIATOR_USER_CLASSES_H__ |
Definition at line 10 of file Mediator_User_Classes.h.