Util--  1.1
Public Member Functions | List of all members
utilmm::smart::null_access Class Reference

Null pointer access exception. More...

#include <utilmm/smart/pointer.hh>

Inheritance diagram for utilmm::smart::null_access:
Inheritance graph
[legend]
Collaboration diagram for utilmm::smart::null_access:
Collaboration graph
[legend]

Public Member Functions

 null_access (std::string const &message)
 Constructor. More...
 

Detailed Description

Null pointer access exception.

This class represent an exception that may be throwned when user tries to access a NULL pointer.

Author
Frédéric Py fpy@l.nosp@m.aas..nosp@m.fr

Constructor & Destructor Documentation

◆ null_access()

utilmm::smart::null_access::null_access ( std::string const &  message)
inline

Constructor.

Parameters
messageThe message attached to this instance

The documentation for this class was generated from the following file:

Generated on Mon Sep 24 2018 17:06:40 for Util-- by doxygen 1.8.13
SourceForge.net Project Page