BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
exceptions
blitz_arrayboundsexception.h
Go to the documentation of this file.
1
8
#ifndef BLITZ_ARRAYBOUNDSEXCEPTION_H
9
#define BLITZ_ARRAYBOUNDSEXCEPTION_H
10
11
#include "
blitz_blitzexception.h
"
12
13
BB_BEGIN_DECLS
14
19
struct
BBArrayBoundsException
20
{
21
BBClass
*
clas
;
22
int
refs
;
23
24
BBException
*
cause
;
25
};
26
27
extern
BBClass
bbArrayBoundsExceptionClass;
28
32
BBString
* bbArrayBoundsExceptionToString(
const
BBArrayBoundsException
*ex);
33
37
BBArrayBoundsException
* bbArrayBoundsExceptionCreate();
38
39
#define bbArrayBoundsError brl_blitz_ArrayBoundsError
40
44
void
bbArrayBoundsError
();
45
46
BB_END_DECLS
47
48
#endif // BLITZ_ARRAYBOUNDSEXCEPTION_H
Generated on Sun Sep 30 2012 02:28:21 for BlitzMax Extended by
1.8.1.1