Graphviz 13.0.0~dev.20241222.1117
|
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
Typedefs | |
typedef void *(* | swig_converter_func) (void *, int *) |
typedef struct swig_type_info *(* | swig_dycast_func) (void **) |
typedef struct swig_type_info | swig_type_info |
typedef struct swig_cast_info | swig_cast_info |
typedef struct swig_module_info | swig_module_info |
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
#define SWIG_BADOBJ (SWIG_ERROR) |
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
#define SWIGINTERN static SWIGUNUSED |
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
#define SWIGRUNTIME SWIGINTERN |
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
SWIGRUNTIMEINLINE swig_type_info * SWIG_MangledTypeQuery | ( | const char * | name | ) |
Definition at line 783 of file runtime.h.
References SWIG_MangledTypeQueryModule().
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 579 of file runtime.h.
References compare(), swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
Referenced by SWIG_MangledTypeQuery(), and SWIG_TypeQueryModule().
SWIGRUNTIME char * SWIG_PackData | ( | char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 653 of file runtime.h.
Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().
SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 721 of file runtime.h.
References SWIG_PackData().
SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 697 of file runtime.h.
References SWIG_PackData().
SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 497 of file runtime.h.
References swig_cast_info::converter.
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 443 of file runtime.h.
References swig_type_info::cast, swig_type_info::name, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 470 of file runtime.h.
References swig_type_info::cast, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.
SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 549 of file runtime.h.
References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::clientdata, swig_cast_info::converter, swig_cast_info::next, SWIG_TypeClientData(), and swig_cast_info::type.
Referenced by SWIG_TypeClientData(), and SWIG_TypeNewClientData().
SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 416 of file runtime.h.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeEquiv().
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 505 of file runtime.h.
References swig_type_info::dcast.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 435 of file runtime.h.
References SWIG_TypeCmp().
Referenced by SWIG_TypeQueryModule().
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 519 of file runtime.h.
References swig_type_info::name.
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
const char * | l1, | ||
const char * | f2, | ||
const char * | l2 | ||
) |
Definition at line 401 of file runtime.h.
Referenced by SWIG_TypeCmp().
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 565 of file runtime.h.
References swig_module_info::clientdata, swig_type_info::owndata, and SWIG_TypeClientData().
SWIGRUNTIME const char * SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
SWIGRUNTIMEINLINE swig_type_info * SWIG_TypeQuery | ( | const char * | name | ) |
Definition at line 777 of file runtime.h.
References SWIG_TypeQueryModule().
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 624 of file runtime.h.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
Referenced by SWIG_TypeQuery().
SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 669 of file runtime.h.
Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 736 of file runtime.h.
References SWIG_UnpackData().
SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 708 of file runtime.h.
References SWIG_UnpackData().