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

Implementation of the argumentnull_error exception. More...

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

Go to the source code of this file.

Classes

class  argumentnull_error
 Exception for arguments that are null. More...
 

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Macros

#define __ARGUMENTNULL_ERROR_H__
 

Detailed Description

Implementation of the argumentnull_error exception.

Definition in file argumentnull_error.h.

Macro Definition Documentation

◆ __ARGUMENTNULL_ERROR_H__

#define __ARGUMENTNULL_ERROR_H__

Definition at line 8 of file argumentnull_error.h.