C# Class Baku.LibqiDotNet.QiApi.QiApiType

アンマネージドAPIのうちQiTypeに関するもの
Show file Open project: malaybaku/BakuLibQiDotNet

Private Methods

Method Description
Destroy ( QiType qiType ) : void
GetKind ( QiType qiType ) : QiTypeKind
GetMapKeyType ( QiType mapType ) : QiType
GetMapValueType ( QiType mapType ) : QiType
GetTupleCount ( QiType tupleType ) : int
GetTupleTypeAt ( QiType tupleType, int index ) : QiType
GetTupleTypes ( QiType tupleType ) : IEnumerable
TypeFloat ( int bytelen ) : QiType
TypeInt ( bool isSigned, int bytelen ) : QiType
TypeListOf ( QiType qiType ) : QiType
TypeMapOf ( QiType keyType, QiType valueType ) : QiType
TypeOfKind ( QiTypeKind kind ) : QiType
TypeTupleOf ( QiType qiTypes ) : QiType
qi_type_destroy ( IntPtr qiType ) : void
qi_type_float ( int bytelen ) : IntPtr
qi_type_get_element ( IntPtr qiType, int index ) : IntPtr
qi_type_get_element_count ( IntPtr qiType ) : int
qi_type_get_key ( IntPtr qiType ) : IntPtr
qi_type_get_kind ( IntPtr qiType ) : QiTypeKind
qi_type_get_value ( IntPtr qiType ) : IntPtr
qi_type_int ( int issigned, int bytelen ) : IntPtr
qi_type_list_of ( IntPtr qiType ) : IntPtr
qi_type_map_of ( IntPtr keyType, IntPtr elemType ) : IntPtr
qi_type_of_kind ( QiTypeKind kind ) : IntPtr
qi_type_tuple_of ( int count, [ qiType ) : IntPtr