Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CImgWarningException Struct Reference

#include <CImg.h>

Inheritance diagram for CImgWarningException:
Collaboration diagram for CImgWarningException:

Public Member Functions

 CImgWarningException (const char *format,...)
 
- Public Member Functions inherited from CImgException
 CImgException ()
 
 CImgException (const char *format,...)
 

Additional Inherited Members

- Public Attributes inherited from CImgException
char message [16384]
 Message associated with the error that thrown the exception. More...
 

Detailed Description

Definition at line 2063 of file CImg.h.

Constructor & Destructor Documentation

CImgWarningException ( const char *  format,
  ... 
)
inline

Definition at line 2064 of file CImg.h.

References _cimg_exception_err.

2064 { _cimg_exception_err("CImgWarningException",false); }
#define _cimg_exception_err(etype, disp_flag)
Definition: CImg.h:2021

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