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

#include <CImg.h>

Inheritance diagram for CImgArgumentException:
Collaboration diagram for CImgArgumentException:

Public Member Functions

 CImgArgumentException (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 2045 of file CImg.h.

Constructor & Destructor Documentation

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

Definition at line 2046 of file CImg.h.

References _cimg_exception_err.

2046 { _cimg_exception_err("CImgArgumentException",true); }
#define _cimg_exception_err(etype, disp_flag)
Definition: CImg.h:2021

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