BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
exceptions
blitz_outofdataexception.h
Go to the documentation of this file.
1
8
#ifndef BLITZ_OUTOFDATAEXCEPTION_H
9
#define BLITZ_OUTOFDATAEXCEPTION_H
10
11
#include "
blitz_blitzexception.h
"
12
13
BB_BEGIN_DECLS
14
19
struct
BBOutOfDataException
20
{
21
BBClass
*
clas
;
22
int
refs
;
23
24
BBException
*
cause
;
25
};
26
27
extern
BBClass
bbOutOfDataExceptionClass;
28
33
BBString
* bbOutOfDataExceptionToString(
const
BBOutOfDataException
*ex);
34
35
// API
36
40
BBOutOfDataException
* bbOutOfDataExceptionCreate();
41
42
#define bbOutOfDataError brl_blitz_OutOfDataError
43
47
void
bbOutOfDataError
();
48
49
BB_END_DECLS
50
51
#endif // BLITZ_OUTOFDATAEXCEPTION_H
Generated on Sun Sep 30 2012 02:28:21 for BlitzMax Extended by
1.8.1.1