Chemical Data Processing Library C++ API - Version 1.1.1
Classes | Namespaces
Dereferencer.hpp File Reference

Definition of the classes CDPL::Util::Dereferencer and CDPL::Util::NullCheckDereferencer. More...

#include "CDPL/Base/Exceptions.hpp"

Go to the source code of this file.

Classes

struct  CDPL::Util::Dereferencer< ArgType, ResType >
 An unary functor for the dereferenciation of pointers without null pointer checking. More...
 
struct  CDPL::Util::NullCheckDereferencer< ArgType, ResType >
 An unary functor for the dereferenciation of pointers with null pointer checking. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Util
 Contains general purpose algorithms, containers, functors and other classes.
 

Detailed Description

Definition of the classes CDPL::Util::Dereferencer and CDPL::Util::NullCheckDereferencer.