queso-0.56.1
Public Member Functions | List of all members
QUESO::NotImplemented Class Reference

#include <exceptions.h>

Inheritance diagram for QUESO::NotImplemented:
Inheritance graph
[legend]
Collaboration diagram for QUESO::NotImplemented:
Collaboration graph
[legend]

Public Member Functions

 NotImplemented ()
 

Detailed Description

A class to stub for features that should be in QUESO, but haven't been written yet, to be thrown by "queso_not_implemented();"

Definition at line 56 of file exceptions.h.

Constructor & Destructor Documentation

QUESO::NotImplemented::NotImplemented ( )
inline

Definition at line 59 of file exceptions.h.

59 : std::logic_error( "Error: not implemented!" ) {}

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

Generated on Thu Dec 15 2016 13:23:13 for queso-0.56.1 by  doxygen 1.8.5