CACAO
Data Structures | Enumerations
array.hpp File Reference

Go to the source code of this file.

Data Structures

struct  arraydescriptor
 
class  Array
 This is a generic accessor class for Java arrays (of unspecified type), which can be used to safely operate on Java arrays in native code. More...
 
class  ArrayTemplate< T >
 This is a template of an accessor class for Java arrays of a specific type. More...
 
class  BooleanArray
 Actual implementations of common Java array access classes. More...
 
class  ByteArray
 
class  CharArray
 
class  ShortArray
 
class  IntArray
 
class  LongArray
 
class  FloatArray
 
class  DoubleArray
 
class  ObjectArray
 Actual implementation of access class for Java Object arrays. More...
 
class  ClassArray
 Actual implementation of access class for java.lang.Class arrays. More...
 

Enumerations

enum  ArrayType {
  ARRAYTYPE_INT = PRIMITIVETYPE_INT, ARRAYTYPE_LONG = PRIMITIVETYPE_LONG, ARRAYTYPE_FLOAT = PRIMITIVETYPE_FLOAT, ARRAYTYPE_DOUBLE = PRIMITIVETYPE_DOUBLE,
  ARRAYTYPE_BYTE = PRIMITIVETYPE_BYTE, ARRAYTYPE_CHAR = PRIMITIVETYPE_CHAR, ARRAYTYPE_SHORT = PRIMITIVETYPE_SHORT, ARRAYTYPE_BOOLEAN = PRIMITIVETYPE_BOOLEAN,
  ARRAYTYPE_OBJECT = PRIMITIVETYPE_VOID
}
 

Enumeration Type Documentation

enum ArrayType
Enumerator
ARRAYTYPE_INT 
ARRAYTYPE_LONG 
ARRAYTYPE_FLOAT 
ARRAYTYPE_DOUBLE 
ARRAYTYPE_BYTE 
ARRAYTYPE_CHAR 
ARRAYTYPE_SHORT 
ARRAYTYPE_BOOLEAN 
ARRAYTYPE_OBJECT 

Definition at line 51 of file array.hpp.