queso-0.55.0
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 Fri Jun 17 2016 14:17:43 for queso-0.55.0 by  doxygen 1.8.5