CppNoddy  0.92
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CppNoddy::ExceptionBifurcation Class Reference

Not used yet.... More...

#include <Exceptions.h>

Public Member Functions

 ExceptionBifurcation (const std::string &problem)
 

Detailed Description

Not used yet....

Definition at line 179 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ExceptionBifurcation()

CppNoddy::ExceptionBifurcation::ExceptionBifurcation ( const std::string &  problem)
inline

Definition at line 181 of file Exceptions.h.

181 {
182#ifdef WHAT
183 std::cout << problem << "\n";
184#endif
185
186 }

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

© 2012

R.E. Hewitt