C の型ハンドルはじめに
クラス概要FFI
final
CType
/* 定数 */
public
const
int
FFI\CType::TYPE_VOID;
public
const
int
FFI\CType::TYPE_FLOAT;
public
const
int
FFI\CType::TYPE_DOUBLE;
public
const
int
FFI\CType::TYPE_LONGDOUBLE;
public
const
int
FFI\CType::TYPE_UINT8;
public
const
int
FFI\CType::TYPE_SINT8;
public
const
int
FFI\CType::TYPE_UINT16;
public
const
int
FFI\CType::TYPE_SINT16;
public
const
int
FFI\CType::TYPE_UINT32;
public
const
int
FFI\CType::TYPE_SINT32;
public
const
int
FFI\CType::TYPE_UINT64;
public
const
int
FFI\CType::TYPE_SINT64;
public
const
int
FFI\CType::TYPE_ENUM;
public
const
int
FFI\CType::TYPE_BOOL;
public
const
int
FFI\CType::TYPE_CHAR;
public
const
int
FFI\CType::TYPE_POINTER;
public
const
int
FFI\CType::TYPE_FUNC;
public
const
int
FFI\CType::TYPE_ARRAY;
public
const
int
FFI\CType::TYPE_STRUCT;
public
const
int
FFI\CType::ATTR_CONST;
public
const
int
FFI\CType::ATTR_INCOMPLETE_TAG;
public
const
int
FFI\CType::ATTR_VARIADIC;
public
const
int
FFI\CType::ATTR_INCOMPLETE_ARRAY;
public
const
int
FFI\CType::ATTR_VLA;
public
const
int
FFI\CType::ATTR_UNION;
public
const
int
FFI\CType::ATTR_PACKED;
public
const
int
FFI\CType::ATTR_MS_STRUCT;
public
const
int
FFI\CType::ATTR_GCC_STRUCT;
public
const
int
FFI\CType::ABI_DEFAULT;
public
const
int
FFI\CType::ABI_CDECL;
public
const
int
FFI\CType::ABI_FASTCALL;
public
const
int
FFI\CType::ABI_THISCALL;
public
const
int
FFI\CType::ABI_STDCALL;
public
const
int
FFI\CType::ABI_PASCAL;
public
const
int
FFI\CType::ABI_REGISTER;
public
const
int
FFI\CType::ABI_MS;
public
const
int
FFI\CType::ABI_SYSV;
public
const
int
FFI\CType::ABI_VECTORCALL;
/* メソッド */
public int FFI\CType::getAlignment()
public FFI\CType FFI\CType::getArrayElementType()
public int FFI\CType::getArrayLength()
public int FFI\CType::getAttributes()
public int FFI\CType::getEnumKind()
public int FFI\CType::getFuncABI()
public int FFI\CType::getFuncParameterCount()
public FFI\CType FFI\CType::getFuncParameterType(int
$index)public FFI\CType FFI\CType::getFuncReturnType()
public int FFI\CType::getKind()
public string FFI\CType::getName()
public FFI\CType FFI\CType::getPointerType()
public int FFI\CType::getSize()
public array FFI\CType::getStructFieldNames()
public int FFI\CType::getStructFieldOffset(string
$name)public FFI\CType FFI\CType::getStructFieldType(string
$name)定義済み定数
|