BlitzMax Extended  0.8.18
Pushing Blitz to the Max.
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 
20 {
22  int refs;
23 
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