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

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"
Include dependency graph for Mediator_User_Classes.h:
This graph shows which files directly or indirectly include this file:

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__
 

Detailed Description

Implementation of the User and the UserList classes used in the Mediator Pattern.

Definition in file Mediator_User_Classes.h.

Macro Definition Documentation

◆ __MEDIATOR_USER_CLASSES_H__

#define __MEDIATOR_USER_CLASSES_H__

Definition at line 10 of file Mediator_User_Classes.h.