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

Declaration of the ILogger interface used by all logger classes in the Bridge Pattern. More...

#include <string>
Include dependency graph for Bridge_LoggerInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ILogger
 Represents an implementation of a logger object as call from the Logger class. More...
 

Namespaces

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

Macros

#define __BRIDGE_LOGGERINTERFACE_H__
 

Detailed Description

Declaration of the ILogger interface used by all logger classes in the Bridge Pattern.

Definition in file Bridge_LoggerInterface.h.

Macro Definition Documentation

◆ __BRIDGE_LOGGERINTERFACE_H__

#define __BRIDGE_LOGGERINTERFACE_H__

Definition at line 8 of file Bridge_LoggerInterface.h.