LibreOffice Module bridges (master) 1
Enumerations | Functions
msvc_win32_arm64/abi.cxx File Reference
#include <sal/config.h>
#include <sal/types.h>
#include <cassert>
#include "abi.hxx"
Include dependency graph for msvc_win32_arm64/abi.cxx:

Go to the source code of this file.

Enumerations

enum  StructKind {
  STRUCT_KIND_EMPTY ,
  STRUCT_KIND_FLOAT ,
  STRUCT_KIND_DOUBLE ,
  STRUCT_KIND_POD ,
  STRUCT_KIND_DTOR
}
 

Functions

static StructKind getStructKind (typelib_CompoundTypeDescription const *type)
 
ReturnKind getReturnKind (typelib_TypeDescription const *type)
 

Enumeration Type Documentation

◆ StructKind

enum StructKind
Enumerator
STRUCT_KIND_EMPTY 
STRUCT_KIND_FLOAT 
STRUCT_KIND_DOUBLE 
STRUCT_KIND_POD 
STRUCT_KIND_DTOR 

Definition at line 27 of file msvc_win32_arm64/abi.cxx.

Function Documentation

◆ getReturnKind()

ReturnKind getReturnKind ( typelib_TypeDescription const *  type)

◆ getStructKind()

static StructKind getStructKind ( typelib_CompoundTypeDescription const *  type)
static