3 #ifndef __cflError_hpp__ 4 #define __cflError_hpp__ 45 Error (
const char * pWhere);
56 const char *
what()
const throw();
97 #include "cfl/Inline/iError.hpp" 98 #endif //__cflError_hpp__
Exception class for cfl library.
Definition: Error.hpp:38
Error sort(const char *pWhere)
const char * what() const
Error size(const char *pWhere)
Error range(const char *pWhere)
Error(const char *pWhere)
basic_string< char > string
Macros and constants for cfl library.
Main namespace for cfl library.
Definition: Approx.hpp:22
~Error()
Definition: Error.hpp:50