Searched defs:define_exception_type (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A Dcexcept.h21 includes this header file and then invokes the define_exception_type
27 define_exception_type(type_name);
35 define_exception_type(int);
38 define_exception_type(enum exception);
41 define_exception_type(struct exception);
50 This type may be used after the define_exception_type() macro has
125 was passed to define_exception_type().
164 be compatible with the type passed to define_exception_type(). The
191 #define define_exception_type(etype) \ macro

Completed in 46 milliseconds