Graphviz 13.0.0~dev.20241222.1117
|
#include <string.h>
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include <stdlib.h>
#include <stdexcept>
#include <gvc/gvc.h>
Go to the source code of this file.
Data Structures | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_command_info |
struct | swig_constant_info |
struct | swig_variable_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 |
typedef int(* | SwigMagicFunc) (SV *, MAGIC *) |
typedef SwigPerlWrapper * | SwigPerlWrapperPtr |
typedef struct swig_constant_info | swig_constant_info |
Variables | |
static swig_type_info * | swig_types [7] |
static swig_module_info | swig_module = {swig_types, 6, 0, 0, 0, 0} |
static swig_type_info | _swigt__p_Agedge_t = {"_p_Agedge_t", "Agedge_t *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Agnode_t = {"_p_Agnode_t", "Agnode_t *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Agraph_t = {"_p_Agraph_t", "Agraph_t *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Agsym_t = {"_p_Agsym_t", "Agsym_t *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} |
static swig_type_info * | swig_type_initial [] |
static swig_cast_info | _swigc__p_Agedge_t [] = { {&_swigt__p_Agedge_t, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Agnode_t [] = { {&_swigt__p_Agnode_t, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Agraph_t [] = { {&_swigt__p_Agraph_t, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Agsym_t [] = { {&_swigt__p_Agsym_t, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_FILE [] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info * | swig_cast_initial [] |
static swig_constant_info | swig_constants [] |
static swig_variable_info | swig_variables [] |
static swig_command_info | swig_commands [] |
#define ERRSV get_sv("@",FALSE) |
Definition at line 842 of file gv_perl.cpp.
#define get_sv perl_get_sv |
Definition at line 838 of file gv_perl.cpp.
#define INT2PTR | ( | any, | |
d | |||
) | (any)(d) |
Definition at line 811 of file gv_perl.cpp.
#define IVSIZE 4 /* A bold guess, but the best we can make. */ |
Definition at line 804 of file gv_perl.cpp.
#define MAGIC_CLASS |
Definition at line 1864 of file gv_perl.cpp.
#define MAGIC_PPERL |
Definition at line 980 of file gv_perl.cpp.
#define NUM2PTR | ( | any, | |
d | |||
) | (any)(PTRV)(d) |
Definition at line 821 of file gv_perl.cpp.
#define pTHX_ |
Definition at line 846 of file gv_perl.cpp.
#define PTR2IV | ( | p | ) | INT2PTR(IV,p) |
Definition at line 822 of file gv_perl.cpp.
#define PTR2NV | ( | p | ) | NUM2PTR(NV,p) |
Definition at line 824 of file gv_perl.cpp.
#define PTR2ul | ( | p | ) | (unsigned long)(p) |
Definition at line 827 of file gv_perl.cpp.
#define PTR2UV | ( | p | ) | INT2PTR(UV,p) |
Definition at line 823 of file gv_perl.cpp.
#define PTRV UV |
Definition at line 810 of file gv_perl.cpp.
#define SvIOK_UV | ( | sv | ) | (SvIOK(sv) && (SvUVX(sv) == SvIVX(sv))) |
Definition at line 793 of file gv_perl.cpp.
#define SvPV_nolen | ( | x | ) | SvPV(x,PL_na) |
Definition at line 834 of file gv_perl.cpp.
#define SvUOK | ( | sv | ) | SvIOK_UV(sv) |
Definition at line 797 of file gv_perl.cpp.
#define SWIG_AcquirePtr | ( | ptr, | |
src | |||
) | SWIG_Perl_AcquirePtr(ptr, src) |
Definition at line 906 of file gv_perl.cpp.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 299 of file gv_perl.cpp.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 302 of file gv_perl.cpp.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 285 of file gv_perl.cpp.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 1576 of file gv_perl.cpp.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 1577 of file gv_perl.cpp.
#define SWIG_AttributeError -11 |
Definition at line 754 of file gv_perl.cpp.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 294 of file gv_perl.cpp.
#define SWIG_BINARY 5 |
Definition at line 1309 of file gv_perl.cpp.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 183 of file gv_perl.cpp.
#define SWIG_CALLXS | ( | _name | ) | _name(cv) |
Definition at line 975 of file gv_perl.cpp.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 188 of file gv_perl.cpp.
#define SWIG_CastRank | ( | r | ) | (r & SWIG_CASTRANKMASK) |
Definition at line 315 of file gv_perl.cpp.
#define SWIG_CASTRANK_MODE |
Definition at line 12 of file gv_perl.cpp.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 288 of file gv_perl.cpp.
#define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1) |
Definition at line 314 of file gv_perl.cpp.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0) |
Definition at line 1504 of file gv_perl.cpp.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_ConvertPtr(obj, pptr, type, 0) |
Definition at line 918 of file gv_perl.cpp.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_ConvertPtr(obj, pptr, type, flags) |
Definition at line 914 of file gv_perl.cpp.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 922 of file gv_perl.cpp.
#define SWIG_ConvertPacked | ( | obj, | |
p, | |||
s, | |||
type | |||
) | SWIG_Perl_ConvertPacked(SWIG_PERL_OBJECT_CALL obj, p, s, type) |
Definition at line 910 of file gv_perl.cpp.
#define SWIG_ConvertPtr | ( | obj, | |
pp, | |||
type, | |||
flags | |||
) | SWIG_Perl_ConvertPtr(SWIG_PERL_OBJECT_CALL obj, pp, type, flags) |
Definition at line 903 of file gv_perl.cpp.
#define SWIG_ConvertPtrAndOwn | ( | obj, | |
pp, | |||
type, | |||
flags, | |||
own | |||
) | SWIG_Perl_ConvertPtrAndOwn(SWIG_PERL_OBJECT_CALL obj, pp, type, flags, own) |
Definition at line 904 of file gv_perl.cpp.
#define swig_create_magic | ( | s, | |
a, | |||
b, | |||
c | |||
) | _swig_create_magic(s,(char*)(a),b,c) |
Definition at line 1334 of file gv_perl.cpp.
#define SWIG_croak | ( | x | ) | { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; } |
Definition at line 1291 of file gv_perl.cpp.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 300 of file gv_perl.cpp.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 303 of file gv_perl.cpp.
#define SWIG_DivisionByZero -6 |
Definition at line 749 of file gv_perl.cpp.
#define SWIG_ERROR (-1) |
Definition at line 278 of file gv_perl.cpp.
#define SWIG_Error | ( | code, | |
msg | |||
) | sv_setpvf(get_sv("@", GV_ADD), "%s %s", SWIG_ErrorType(code), msg) |
Definition at line 935 of file gv_perl.cpp.
#define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 282 of file gv_perl.cpp.
#define SWIG_ErrorType | ( | code | ) | SWIG_Perl_ErrorType(code) |
Definition at line 934 of file gv_perl.cpp.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 1502 of file gv_perl.cpp.
#define SWIG_fail goto fail |
Definition at line 936 of file gv_perl.cpp.
#define SWIG_FLOAT 2 |
Definition at line 1306 of file gv_perl.cpp.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Perl_GetModule(clientdata) |
Definition at line 928 of file gv_perl.cpp.
#define SWIG_IndexError -4 |
Definition at line 747 of file gv_perl.cpp.
#define SWIG_init | ( | void | ) | boot_gv |
Definition at line 1523 of file gv_perl.cpp.
#define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 7380 of file gv_perl.cpp.
#define SWIG_INT 1 |
Definition at line 1305 of file gv_perl.cpp.
#define SWIG_IOError -2 |
Definition at line 745 of file gv_perl.cpp.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 301 of file gv_perl.cpp.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 284 of file gv_perl.cpp.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 304 of file gv_perl.cpp.
#define SWIG_MAGIC | ( | a, | |
b | |||
) | (SV *a, MAGIC *b) |
Definition at line 984 of file gv_perl.cpp.
#define SWIG_MakePackedObj | ( | sv, | |
p, | |||
s, | |||
type | |||
) | SWIG_Perl_MakePackedObj(SWIG_PERL_OBJECT_CALL sv, p, s, type) |
Definition at line 941 of file gv_perl.cpp.
#define SWIG_MakePtr | ( | sv, | |
ptr, | |||
type, | |||
flags | |||
) | SWIG_Perl_MakePtr(SWIG_PERL_OBJECT_CALL sv, ptr, type, flags) |
Definition at line 940 of file gv_perl.cpp.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1519 of file gv_perl.cpp.
#define SWIG_MAXCASTRANK (2) |
Definition at line 312 of file gv_perl.cpp.
#define SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL |
Definition at line 964 of file gv_perl.cpp.
#define SWIG_MemoryError -12 |
Definition at line 755 of file gv_perl.cpp.
#define SWIG_name "gvc::boot_gv" |
Definition at line 1525 of file gv_perl.cpp.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_NewPointerObj(ptr, type, 0) |
Definition at line 919 of file gv_perl.cpp.
#define SWIG_NewInstanceObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_NewPointerObj(ptr, type, flags) |
Definition at line 915 of file gv_perl.cpp.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_NewPackedObj(ptr, sz, type) |
Definition at line 923 of file gv_perl.cpp.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 296 of file gv_perl.cpp.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 290 of file gv_perl.cpp.
#define SWIG_NewPackedObj | ( | p, | |
s, | |||
type | |||
) | SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL p, s, type) |
Definition at line 911 of file gv_perl.cpp.
#define SWIG_NewPointerObj | ( | p, | |
type, | |||
flags | |||
) | SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CALL p, type, flags) |
Definition at line 905 of file gv_perl.cpp.
#define SWIG_NULLPTR NULL |
Definition at line 141 of file gv_perl.cpp.
#define SWIG_NullReferenceError -13 |
Definition at line 756 of file gv_perl.cpp.
#define SWIG_OK (0) |
Definition at line 276 of file gv_perl.cpp.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 295 of file gv_perl.cpp.
#define SWIG_OverflowError -7 |
Definition at line 750 of file gv_perl.cpp.
#define SWIG_OWNER SWIG_POINTER_OWN |
Definition at line 961 of file gv_perl.cpp.
#define swig_owntype int |
Definition at line 907 of file gv_perl.cpp.
#define SWIG_PERL_CALL_ARGS_1 | ( | arg1 | ) | (SWIG_PERL_OBJECT_CALL arg1) |
Definition at line 946 of file gv_perl.cpp.
#define SWIG_PERL_CALL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (SWIG_PERL_OBJECT_CALL arg1, arg2) |
Definition at line 948 of file gv_perl.cpp.
#define SWIG_PERL_DECL_ARGS_1 | ( | arg1 | ) | (SWIG_PERL_OBJECT_DECL arg1) |
Definition at line 945 of file gv_perl.cpp.
#define SWIG_PERL_DECL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (SWIG_PERL_OBJECT_DECL arg1, arg2) |
Definition at line 947 of file gv_perl.cpp.
#define SWIG_PERL_OBJECT_CALL |
Definition at line 898 of file gv_perl.cpp.
#define SWIG_PERL_OBJECT_DECL |
Definition at line 897 of file gv_perl.cpp.
#define SWIG_PERL_STRICT_STR2NUM |
Definition at line 1035 of file gv_perl.cpp.
#define SWIG_POINTER 4 |
Definition at line 1308 of file gv_perl.cpp.
#define SWIG_POINTER_CLEAR 0x8 |
Definition at line 190 of file gv_perl.cpp.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 187 of file gv_perl.cpp.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 955 of file gv_perl.cpp.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 189 of file gv_perl.cpp.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 194 of file gv_perl.cpp.
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 191 of file gv_perl.cpp.
#define SWIG_prefix "gvc::" |
Definition at line 1526 of file gv_perl.cpp.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 153 of file gv_perl.cpp.
#define SWIG_RuntimeError -3 |
Definition at line 746 of file gv_perl.cpp.
#define SWIG_SetError | ( | str | ) | SWIG_Error(SWIG_RuntimeError, str) |
Definition at line 942 of file gv_perl.cpp.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Perl_SetModule(pointer) |
Definition at line 929 of file gv_perl.cpp.
#define SWIG_SHADOW SWIG_OWNER << 1 |
Definition at line 962 of file gv_perl.cpp.
Definition at line 342 of file gv_perl.cpp.
#define SWIG_Str2NumCast | ( | x | ) | SWIG_AddCast(x) |
Definition at line 1040 of file gv_perl.cpp.
#define SWIG_STRING 3 |
Definition at line 1307 of file gv_perl.cpp.
#define SWIG_SyntaxError -8 |
Definition at line 751 of file gv_perl.cpp.
#define SWIG_SystemError -10 |
Definition at line 753 of file gv_perl.cpp.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 297 of file gv_perl.cpp.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 292 of file gv_perl.cpp.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 161 of file gv_perl.cpp.
#define SWIG_TypeError -5 |
Definition at line 748 of file gv_perl.cpp.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1518 of file gv_perl.cpp.
#define SWIG_TypeRank unsigned long |
Definition at line 309 of file gv_perl.cpp.
#define SWIG_UnknownError -1 |
Definition at line 744 of file gv_perl.cpp.
#define SWIG_ValueError -9 |
Definition at line 752 of file gv_perl.cpp.
#define SWIG_VERSION 0x040200 |
Definition at line 10 of file gv_perl.cpp.
#define SWIGCLASS_STATIC static SWIGUNUSED |
Definition at line 981 of file gv_perl.cpp.
#define SWIGEXPORT |
Definition at line 100 of file gv_perl.cpp.
#define SWIGINLINE |
Definition at line 37 of file gv_perl.cpp.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 72 of file gv_perl.cpp.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 77 of file gv_perl.cpp.
#define SWIGPERL |
Definition at line 11 of file gv_perl.cpp.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 174 of file gv_perl.cpp.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 178 of file gv_perl.cpp.
#define SWIGSTDCALL |
Definition at line 110 of file gv_perl.cpp.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 28 of file gv_perl.cpp.
#define SWIGTYPE_p_Agedge_t swig_types[0] |
Definition at line 1510 of file gv_perl.cpp.
#define SWIGTYPE_p_Agnode_t swig_types[1] |
Definition at line 1511 of file gv_perl.cpp.
#define SWIGTYPE_p_Agraph_t swig_types[2] |
Definition at line 1512 of file gv_perl.cpp.
#define SWIGTYPE_p_Agsym_t swig_types[3] |
Definition at line 1513 of file gv_perl.cpp.
#define SWIGTYPE_p_char swig_types[5] |
Definition at line 1515 of file gv_perl.cpp.
#define SWIGTYPE_p_FILE swig_types[4] |
Definition at line 1514 of file gv_perl.cpp.
#define SWIGUNUSED |
Definition at line 52 of file gv_perl.cpp.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 66 of file gv_perl.cpp.
#define XSPROTO | ( | name | ) | void name(pTHX_ CV* cv) |
Definition at line 970 of file gv_perl.cpp.
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_constant_info swig_constant_info |
typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 351 of file gv_perl.cpp.
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 351 of file gv_perl.cpp.
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
typedef int(* SwigMagicFunc) (SV *, MAGIC *) |
Definition at line 989 of file gv_perl.cpp.
typedef SwigPerlWrapper* SwigPerlWrapperPtr |
Definition at line 1295 of file gv_perl.cpp.
SWIGRUNTIME void _swig_create_magic | ( | SV * | sv, |
char * | name, | ||
int(*)(SV *, MAGIC *) | set, | ||
int(*)(SV *, MAGIC *) | get | ||
) |
Definition at line 1337 of file gv_perl.cpp.
References malloc().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
SWIGINTERNINLINE int SWIG_AddCast | ( | int | r | ) |
Definition at line 316 of file gv_perl.cpp.
References SWIG_CastRank, SWIG_ERROR, SWIG_IsOK, and SWIG_MAXCASTRANK.
SWIGINTERN int SWIG_AsCharPtrAndSize | ( | SV * | obj, |
char ** | cptr, | ||
size_t * | psize, | ||
int * | alloc | ||
) |
Definition at line 1792 of file gv_perl.cpp.
References len(), SWIG_ConvertPtr, SWIG_NEWOBJ, SWIG_OK, SWIG_OLDOBJ, SWIG_pchar_descriptor(), and SWIG_TypeError.
Referenced by XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), and XS().
SWIGINTERNINLINE int SWIG_CheckState | ( | int | r | ) |
Definition at line 319 of file gv_perl.cpp.
References SWIG_CastRank, and SWIG_IsOK.
|
static |
Definition at line 1008 of file gv_perl.cpp.
References err, get_sv, and SvPV_nolen.
Referenced by XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), XS(), and XS().
SWIGINTERNINLINE SV * SWIG_FromCharPtr | ( | const char * | cptr | ) |
SWIGINTERNINLINE SV * SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
Definition at line 1835 of file gv_perl.cpp.
Referenced by SWIG_FromCharPtr().
SWIGEXPORT void SWIG_init | ( | CV * | cv | ) |
SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 7384 of file gv_perl.cpp.
References swig_module_info::cast_initial, swig_type_info::clientdata, init(), swig_type_info::name, swig_cast_info::next, swig_module_info::next, swig_module_info::size, swig_cast_initial, SWIG_GetModule, SWIG_MangledTypeQueryModule(), swig_module, SWIG_SetModule, swig_type_initial, SWIG_TypeCheck(), type, swig_cast_info::type, swig_module_info::type_initial, and swig_module_info::types.
Referenced by XS().
SWIGCLASS_STATIC int swig_magic_readonly | ( | pTHX_ SV * | SWIGUNUSEDPARMsv, |
MAGIC * | SWIGUNUSEDPARMmg | ||
) |
Definition at line 1865 of file gv_perl.cpp.
References MAGIC_PPERL.
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 570 of file gv_perl.cpp.
References compare(), swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
Referenced by SWIG_InitializeModule(), and SWIG_TypeQueryModule().
SWIGRUNTIME char * SWIG_PackData | ( | char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 644 of file gv_perl.cpp.
Referenced by SWIG_PackDataName(), SWIG_PackVoidPtr(), and SWIG_Perl_MakePackedObj().
SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 712 of file gv_perl.cpp.
References SWIG_PackData().
SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 688 of file gv_perl.cpp.
References SWIG_PackData().
SWIGINTERN swig_type_info * SWIG_pchar_descriptor | ( | void | ) |
Definition at line 1779 of file gv_perl.cpp.
References init(), and SWIG_TypeQuery.
Referenced by SWIG_AsCharPtrAndSize().
SWIGRUNTIME int SWIG_Perl_AcquirePtr | ( | SWIG_MAYBE_PERL_OBJECT SV * | SWIGUNUSEDPARMsv, |
int | SWIGUNUSEDPARMown | ||
) |
Definition at line 1089 of file gv_perl.cpp.
SWIGRUNTIME int SWIG_Perl_ConvertPacked | ( | SWIG_MAYBE_PERL_OBJECT SV * | obj, |
void * | ptr, | ||
int | sz, | ||
swig_type_info * | ty | ||
) |
Definition at line 1272 of file gv_perl.cpp.
References SvPV_nolen, SWIG_ERROR, SWIG_OK, SWIG_TypeCheck(), and SWIG_UnpackData().
SWIGRUNTIME int SWIG_Perl_ConvertPtr | ( | SWIG_MAYBE_PERL_OBJECT SV * | sv, |
void ** | ptr, | ||
swig_type_info * | _t, | ||
int | flags | ||
) |
Definition at line 1212 of file gv_perl.cpp.
References flags, and SWIG_Perl_ConvertPtrAndOwn().
SWIGRUNTIME int SWIG_Perl_ConvertPtrAndOwn | ( | SWIG_MAYBE_PERL_OBJECT SV * | sv, |
void ** | ptr, | ||
swig_type_info * | _t, | ||
int | flags, | ||
int * | own | ||
) |
Definition at line 1097 of file gv_perl.cpp.
References flags, INT2PTR, SWIG_CAST_NEW_MEMORY, SWIG_ERROR, SWIG_ERROR_RELEASE_NOT_OWNED, SWIG_NullReferenceError, SWIG_OK, SWIG_Perl_TypeProxyName(), SWIG_POINTER_CLEAR, SWIG_POINTER_DISOWN, SWIG_POINTER_NO_NULL, SWIG_POINTER_RELEASE, SWIG_TypeCast(), SWIG_TypeProxyCheck(), and SWIGRUNTIME.
Referenced by SWIG_Perl_ConvertPtr().
SWIGINTERNINLINE SV *SWIG_From_bool SWIG_PERL_DECL_ARGS_1 | ( | bool | value | ) |
Definition at line 1855 of file gv_perl.cpp.
SWIGINTERN const char * SWIG_Perl_ErrorType | ( | int | code | ) |
Definition at line 859 of file gv_perl.cpp.
References SWIG_AttributeError, SWIG_DivisionByZero, SWIG_IndexError, SWIG_IOError, SWIG_MemoryError, SWIG_OverflowError, SWIG_RuntimeError, SWIG_SyntaxError, SWIG_SystemError, SWIG_TypeError, and SWIG_ValueError.
SWIGRUNTIME swig_module_info * SWIG_Perl_GetModule | ( | void * | SWIGUNUSEDPARMclientdata | ) |
Definition at line 1355 of file gv_perl.cpp.
References get_sv, INT2PTR, SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGRUNTIME void SWIG_Perl_MakePackedObj | ( | SWIG_MAYBE_PERL_OBJECT SV * | sv, |
void * | ptr, | ||
int | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 1253 of file gv_perl.cpp.
References SWIG_PackData(), SWIG_Perl_TypeProxyName(), and type.
Referenced by SWIG_Perl_NewPackedObj().
SWIGRUNTIME void SWIG_Perl_MakePtr | ( | SWIG_MAYBE_PERL_OBJECT SV * | sv, |
void * | ptr, | ||
swig_type_info * | t, | ||
int | flags | ||
) |
Definition at line 1217 of file gv_perl.cpp.
References flags, gv_init(), hash, SWIG_Perl_TypeProxyName(), SWIG_POINTER_OWN, and SWIG_SHADOW.
SWIGRUNTIME SV * SWIG_Perl_NewPackedObj | ( | SWIG_MAYBE_PERL_OBJECT void * | ptr, |
int | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 1264 of file gv_perl.cpp.
References SWIG_Perl_MakePackedObj(), and type.
SWIGRUNTIMEINLINE SV * SWIG_Perl_NewPointerObj | ( | SWIG_MAYBE_PERL_OBJECT void * | ptr, |
swig_type_info * | t, | ||
int | flags | ||
) |
Definition at line 1246 of file gv_perl.cpp.
References flags, and SWIG_MakePtr.
SWIGRUNTIME void SWIG_Perl_SetModule | ( | swig_module_info * | module | ) |
Definition at line 1371 of file gv_perl.cpp.
References get_sv, PTR2IV, SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGRUNTIME const char * SWIG_Perl_TypeProxyName | ( | const swig_type_info * | type | ) |
Definition at line 1051 of file gv_perl.cpp.
Referenced by SWIG_Perl_ConvertPtrAndOwn(), SWIG_Perl_MakePackedObj(), SWIG_Perl_MakePtr(), and SWIG_TypeProxyCheck().
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 7531 of file gv_perl.cpp.
References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, swig_module_info::size, swig_module, SWIG_TypeClientData(), swig_cast_info::type, and swig_module_info::types.
SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 488 of file gv_perl.cpp.
References swig_cast_info::converter.
Referenced by SWIG_Perl_ConvertPtrAndOwn().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 434 of file gv_perl.cpp.
References swig_type_info::cast, swig_type_info::name, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.
Referenced by SWIG_InitializeModule(), and SWIG_Perl_ConvertPacked().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 461 of file gv_perl.cpp.
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 540 of file gv_perl.cpp.
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_PropagateClientData(), SWIG_TypeClientData(), and SWIG_TypeNewClientData().
SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 407 of file gv_perl.cpp.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeEquiv().
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 496 of file gv_perl.cpp.
References swig_type_info::dcast.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 426 of file gv_perl.cpp.
References SWIG_TypeCmp().
Referenced by SWIG_TypeQueryModule().
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 510 of file gv_perl.cpp.
References swig_type_info::name.
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
const char * | l1, | ||
const char * | f2, | ||
const char * | l2 | ||
) |
Definition at line 392 of file gv_perl.cpp.
Referenced by SWIG_TypeCmp().
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 556 of file gv_perl.cpp.
References swig_module_info::clientdata, swig_type_info::owndata, and SWIG_TypeClientData().
SWIGRUNTIME const char * SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 519 of file gv_perl.cpp.
SWIGRUNTIME swig_cast_info * SWIG_TypeProxyCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 1063 of file gv_perl.cpp.
References swig_type_info::cast, swig_cast_info::next, swig_cast_info::prev, SWIG_Perl_TypeProxyName(), and swig_cast_info::type.
Referenced by SWIG_Perl_ConvertPtrAndOwn().
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 615 of file gv_perl.cpp.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 660 of file gv_perl.cpp.
Referenced by SWIG_Perl_ConvertPacked(), SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 727 of file gv_perl.cpp.
References SWIG_UnpackData().
SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 699 of file gv_perl.cpp.
References SWIG_UnpackData().
|
extern |
|
extern |
XS | ( | _wrap_digraph | ) |
Definition at line 1907 of file gv_perl.cpp.
References digraph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_edge | ) |
Definition at line 2454 of file gv_perl.cpp.
References _wrap_edge__SWIG_0(), _wrap_edge__SWIG_1(), _wrap_edge__SWIG_2(), _wrap_edge__SWIG_3(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_edge__SWIG_0 | ) |
Definition at line 2288 of file gv_perl.cpp.
References edge, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_edge__SWIG_1 | ) |
Definition at line 2326 of file gv_perl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_edge__SWIG_2 | ) |
Definition at line 2365 of file gv_perl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_edge__SWIG_3 | ) |
Definition at line 2404 of file gv_perl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_findattr | ) |
Definition at line 3991 of file gv_perl.cpp.
References _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_findattr__SWIG_0 | ) |
Definition at line 3874 of file gv_perl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_findattr__SWIG_1 | ) |
Definition at line 3913 of file gv_perl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_findattr__SWIG_2 | ) |
Definition at line 3952 of file gv_perl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_findedge | ) |
Definition at line 3836 of file gv_perl.cpp.
References findedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_findnode | ) |
Definition at line 3797 of file gv_perl.cpp.
References findnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_findsubg | ) |
Definition at line 3758 of file gv_perl.cpp.
References findsubg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstattr | ) |
Definition at line 6149 of file gv_perl.cpp.
References _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), _wrap_firstattr__SWIG_2(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstattr__SWIG_0 | ) |
Definition at line 5989 of file gv_perl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_firstattr__SWIG_1 | ) |
Definition at line 6055 of file gv_perl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_firstattr__SWIG_2 | ) |
Definition at line 6121 of file gv_perl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_firstedge | ) |
Definition at line 4921 of file gv_perl.cpp.
References _wrap_firstedge__SWIG_0(), _wrap_firstedge__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstedge__SWIG_0 | ) |
Definition at line 4761 of file gv_perl.cpp.
References firstedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstedge__SWIG_1 | ) |
Definition at line 4893 of file gv_perl.cpp.
References firstedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_firsthead | ) |
Definition at line 5309 of file gv_perl.cpp.
References firsthead(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_firstin | ) |
Definition at line 5469 of file gv_perl.cpp.
References _wrap_firstin__SWIG_0(), _wrap_firstin__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstin__SWIG_0 | ) |
Definition at line 5375 of file gv_perl.cpp.
References firstin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstin__SWIG_1 | ) |
Definition at line 5441 of file gv_perl.cpp.
References firstin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_firstnode | ) |
Definition at line 5809 of file gv_perl.cpp.
References _wrap_firstnode__SWIG_0(), _wrap_firstnode__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstnode__SWIG_0 | ) |
Definition at line 5715 of file gv_perl.cpp.
References firstnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstnode__SWIG_1 | ) |
Definition at line 5781 of file gv_perl.cpp.
References firstnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_firstout | ) |
Definition at line 5129 of file gv_perl.cpp.
References _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstout__SWIG_0 | ) |
Definition at line 4827 of file gv_perl.cpp.
References firstout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstout__SWIG_1 | ) |
Definition at line 5101 of file gv_perl.cpp.
References firstout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_firstsubg | ) |
Definition at line 4629 of file gv_perl.cpp.
References firstsubg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firstsupg | ) |
Definition at line 4695 of file gv_perl.cpp.
References firstsupg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_firsttail | ) |
Definition at line 5649 of file gv_perl.cpp.
References firsttail(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_getv | ) |
Definition at line 3384 of file gv_perl.cpp.
References _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), _wrap_getv__SWIG_5(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_getv__SWIG_0 | ) |
Definition at line 3153 of file gv_perl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_getv__SWIG_1 | ) |
Definition at line 3192 of file gv_perl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_getv__SWIG_2 | ) |
Definition at line 3231 of file gv_perl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.
XS | ( | _wrap_getv__SWIG_3 | ) |
Definition at line 3270 of file gv_perl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_getv__SWIG_4 | ) |
Definition at line 3308 of file gv_perl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_getv__SWIG_5 | ) |
Definition at line 3346 of file gv_perl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_graph | ) |
Definition at line 2180 of file gv_perl.cpp.
References _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graph__SWIG_0 | ) |
Definition at line 1878 of file gv_perl.cpp.
References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graph__SWIG_1 | ) |
Definition at line 2141 of file gv_perl.cpp.
References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graphof | ) |
Definition at line 4240 of file gv_perl.cpp.
References _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), _wrap_graphof__SWIG_2(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graphof__SWIG_0 | ) |
Definition at line 4156 of file gv_perl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graphof__SWIG_1 | ) |
Definition at line 4184 of file gv_perl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_graphof__SWIG_2 | ) |
Definition at line 4212 of file gv_perl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_headof | ) |
Definition at line 4100 of file gv_perl.cpp.
References headof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_layout | ) |
Definition at line 6553 of file gv_perl.cpp.
References layout(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nameof | ) |
Definition at line 3673 of file gv_perl.cpp.
References _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nameof__SWIG_0 | ) |
Definition at line 3589 of file gv_perl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nameof__SWIG_1 | ) |
Definition at line 3617 of file gv_perl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nameof__SWIG_2 | ) |
Definition at line 3645 of file gv_perl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nextattr | ) |
Definition at line 6272 of file gv_perl.cpp.
References _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), _wrap_nextattr__SWIG_2(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nextattr__SWIG_0 | ) |
Definition at line 6017 of file gv_perl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nextattr__SWIG_1 | ) |
Definition at line 6083 of file gv_perl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nextattr__SWIG_2 | ) |
Definition at line 6234 of file gv_perl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_nextedge | ) |
Definition at line 5021 of file gv_perl.cpp.
References _wrap_nextedge__SWIG_0(), _wrap_nextedge__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextedge__SWIG_0 | ) |
Definition at line 4789 of file gv_perl.cpp.
References nextedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextedge__SWIG_1 | ) |
Definition at line 4983 of file gv_perl.cpp.
References nextedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nexthead | ) |
Definition at line 5337 of file gv_perl.cpp.
References nexthead(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nextin | ) |
Definition at line 5569 of file gv_perl.cpp.
References _wrap_nextin__SWIG_0(), _wrap_nextin__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextin__SWIG_0 | ) |
Definition at line 5403 of file gv_perl.cpp.
References nextin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nextin__SWIG_1 | ) |
Definition at line 5531 of file gv_perl.cpp.
References nextin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextnode | ) |
Definition at line 5909 of file gv_perl.cpp.
References _wrap_nextnode__SWIG_0(), _wrap_nextnode__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextnode__SWIG_0 | ) |
Definition at line 5743 of file gv_perl.cpp.
References nextnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextnode__SWIG_1 | ) |
Definition at line 5871 of file gv_perl.cpp.
References nextnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nextout | ) |
Definition at line 5229 of file gv_perl.cpp.
References _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextout__SWIG_0 | ) |
Definition at line 4855 of file gv_perl.cpp.
References nextout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextout__SWIG_1 | ) |
Definition at line 5191 of file gv_perl.cpp.
References nextout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_nextsubg | ) |
Definition at line 4657 of file gv_perl.cpp.
References nextsubg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nextsupg | ) |
Definition at line 4723 of file gv_perl.cpp.
References nextsupg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_nexttail | ) |
Definition at line 5677 of file gv_perl.cpp.
References nexttail(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_node | ) |
Definition at line 2249 of file gv_perl.cpp.
References NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_ok | ) |
Definition at line 4521 of file gv_perl.cpp.
References _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_ok__SWIG_0 | ) |
Definition at line 4409 of file gv_perl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_ok__SWIG_1 | ) |
Definition at line 4437 of file gv_perl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_ok__SWIG_2 | ) |
Definition at line 4465 of file gv_perl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agedge_t.
XS | ( | _wrap_ok__SWIG_3 | ) |
Definition at line 4493 of file gv_perl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_protoedge | ) |
Definition at line 4381 of file gv_perl.cpp.
References protoedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_protonode | ) |
Definition at line 4353 of file gv_perl.cpp.
References protonode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_read | ) |
Definition at line 2080 of file gv_perl.cpp.
References _wrap_read__SWIG_0(), _wrap_read__SWIG_1(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, and SWIGTYPE_p_FILE.
XS | ( | _wrap_read__SWIG_0 | ) |
Definition at line 2023 of file gv_perl.cpp.
References NULL, read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_read__SWIG_1 | ) |
Definition at line 2052 of file gv_perl.cpp.
References read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
XS | ( | _wrap_readstring | ) |
Definition at line 1994 of file gv_perl.cpp.
References NULL, readstring(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_render | ) |
Definition at line 6758 of file gv_perl.cpp.
References _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
XS | ( | _wrap_render__SWIG_0 | ) |
Definition at line 6592 of file gv_perl.cpp.
References render(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_render__SWIG_1 | ) |
Definition at line 6620 of file gv_perl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_render__SWIG_2 | ) |
Definition at line 6659 of file gv_perl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
XS | ( | _wrap_render__SWIG_3 | ) |
Definition at line 6708 of file gv_perl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_renderchannel | ) |
Definition at line 6956 of file gv_perl.cpp.
References NULL, renderchannel(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_renderdata | ) |
Definition at line 7006 of file gv_perl.cpp.
References NULL, renderdata(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_renderresult | ) |
Definition at line 6907 of file gv_perl.cpp.
References NULL, renderresult(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_rm | ) |
Definition at line 6468 of file gv_perl.cpp.
References _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), MARK, SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_rm__SWIG_0 | ) |
Definition at line 6384 of file gv_perl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_rm__SWIG_1 | ) |
Definition at line 6412 of file gv_perl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_rm__SWIG_2 | ) |
Definition at line 6440 of file gv_perl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, and SWIGTYPE_p_Agedge_t.
XS | ( | _wrap_rootof | ) |
Definition at line 4325 of file gv_perl.cpp.
References rootof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_setv | ) |
Definition at line 2900 of file gv_perl.cpp.
References _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), _wrap_setv__SWIG_5(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_setv__SWIG_0 | ) |
Definition at line 2603 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_setv__SWIG_1 | ) |
Definition at line 2653 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.
XS | ( | _wrap_setv__SWIG_2 | ) |
Definition at line 2703 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.
XS | ( | _wrap_setv__SWIG_3 | ) |
Definition at line 2753 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_setv__SWIG_4 | ) |
Definition at line 2802 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_setv__SWIG_5 | ) |
Definition at line 2851 of file gv_perl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
XS | ( | _wrap_strictdigraph | ) |
Definition at line 1965 of file gv_perl.cpp.
References NULL, strictdigraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_strictgraph | ) |
Definition at line 1936 of file gv_perl.cpp.
References NULL, strictgraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.
XS | ( | _wrap_tailof | ) |
Definition at line 4128 of file gv_perl.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and tailof().
XS | ( | _wrap_tred | ) |
Definition at line 7201 of file gv_perl.cpp.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, SWIGTYPE_p_Agraph_t, and tred().
XS | ( | _wrap_write | ) |
Definition at line 7122 of file gv_perl.cpp.
References _wrap_write__SWIG_0(), _wrap_write__SWIG_1(), MARK, NULL, SWIG_AsCharPtrAndSize(), SWIG_CALLXS, SWIG_CheckState, SWIG_ConvertPtr, SWIG_MAXCASTRANK, SWIG_TypeRank, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
XS | ( | _wrap_write__SWIG_0 | ) |
Definition at line 7045 of file gv_perl.cpp.
References NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_PERL_CALL_ARGS_1, SWIGTYPE_p_Agraph_t, and write().
XS | ( | _wrap_write__SWIG_1 | ) |
Definition at line 7084 of file gv_perl.cpp.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_croak, SWIG_croak_null(), SWIG_exception_fail, SWIG_From_bool, SWIG_IsOK, SWIG_PERL_CALL_ARGS_1, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and write().
XS | ( | SWIG_init | ) |
Definition at line 7567 of file gv_perl.cpp.
References get_sv, swig_command_info::name, swig_variable_info::name, SWIG_BINARY, swig_commands, swig_constants, swig_create_magic, SWIG_FLOAT, SWIG_InitializeModule(), SWIG_INT, SWIG_MakePackedObj, SWIG_MakePtr, SWIG_POINTER, SWIG_STRING, swig_variables, type, and swig_constant_info::type.
typedef XSPROTO | ( | SwigPerlWrapper | ) |
|
static |
Definition at line 7248 of file gv_perl.cpp.
|
static |
Definition at line 7249 of file gv_perl.cpp.
|
static |
Definition at line 7250 of file gv_perl.cpp.
|
static |
Definition at line 7251 of file gv_perl.cpp.
|
static |
Definition at line 7253 of file gv_perl.cpp.
|
static |
Definition at line 7252 of file gv_perl.cpp.
|
static |
Definition at line 7232 of file gv_perl.cpp.
|
static |
Definition at line 7233 of file gv_perl.cpp.
|
static |
Definition at line 7234 of file gv_perl.cpp.
|
static |
Definition at line 7235 of file gv_perl.cpp.
|
static |
Definition at line 7237 of file gv_perl.cpp.
|
static |
Definition at line 7236 of file gv_perl.cpp.
|
static |
Definition at line 7255 of file gv_perl.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 7276 of file gv_perl.cpp.
Referenced by XS().
|
static |
|
static |
Definition at line 1517 of file gv_perl.cpp.
Referenced by SWIG_InitializeModule(), and SWIG_PropagateClientData().
|
static |
Definition at line 7239 of file gv_perl.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 1516 of file gv_perl.cpp.
|
static |