Confluo  0.1.0
Static Public Member Functions | Static Public Attributes | List of all members
confluo.rpc.DataTypes Class Reference

Static Public Member Functions

static DataType STRING_TYPE (int size)
 

Static Public Attributes

static DataType BOOL_TYPE = new DataType(TypeId.BOOL, 1)
 
static DataType CHAR_TYPE = new DataType(TypeId.CHAR, 1)
 
static DataType UCHAR_TYPE = new DataType(TypeId.UCHAR, 1)
 
static DataType SHORT_TYPE = new DataType(TypeId.SHORT, 2)
 
static DataType USHORT_TYPE = new DataType(TypeId.USHORT, 2)
 
static DataType INT_TYPE = new DataType(TypeId.INT, 4)
 
static DataType UINT_TYPE = new DataType(TypeId.UINT, 4)
 
static DataType LONG_TYPE = new DataType(TypeId.LONG, 8)
 
static DataType ULONG_TYPE = new DataType(TypeId.ULONG, 8)
 
static DataType FLOAT_TYPE = new DataType(TypeId.FLOAT, 4)
 
static DataType DOUBLE_TYPE = new DataType(TypeId.DOUBLE, 8)
 

Detailed Description

Container for all of the primitive data types in Confluo


The documentation for this class was generated from the following file: