|
|
|
|
netnode
|
__init__(self)
__init__(self, nodeidx_t num) -> netnode __init__(self, char name,
size_t namlen=0, bool do_create=False) -> netnode |
|
|
|
|
create(*args)
create(self, char name, size_t namlen=0) -> bool create(self)
-> bool |
|
|
|
|
|
|
|
name(*args)
name(self, char buf) -> ssize_t |
|
|
|
|
rename(*args)
rename(self, char newname, size_t namlen=0) -> bool |
|
|
|
|
valobj(*args)
valobj(self, void buf) -> ssize_t |
|
|
|
|
valstr(*args)
valstr(self, char buf) -> ssize_t |
|
|
|
|
set(*args)
set(self, void value) -> bool |
|
|
|
bool
|
|
|
|
set_long(*args)
set_long(self, nodeidx_t x) -> bool |
|
|
|
bool
|
|
|
nodeidx_t
|
|
|
|
altval(*args)
altval(self, nodeidx_t alt, char tag=atag) -> nodeidx_t |
|
|
|
|
altset(*args)
altset(self, nodeidx_t alt, nodeidx_t value, char tag=atag) ->
bool |
|
|
|
|
alt1st(*args)
alt1st(self, char tag=atag) -> nodeidx_t |
|
|
|
|
altnxt(*args)
altnxt(self, nodeidx_t cur, char tag=atag) -> nodeidx_t |
|
|
|
|
altlast(*args)
altlast(self, char tag=atag) -> nodeidx_t |
|
|
|
|
altprev(*args)
altprev(self, nodeidx_t cur, char tag=atag) -> nodeidx_t |
|
|
|
|
altshift(*args)
altshift(self, nodeidx_t from, nodeidx_t to, nodeidx_t size, char
tag=atag) -> size_t |
|
|
|
|
charval(*args)
charval(self, nodeidx_t alt, char tag) -> uchar |
|
|
|
|
charset(*args)
charset(self, nodeidx_t alt, uchar val, char tag) -> bool |
|
|
|
|
chardel(*args)
chardel(self, nodeidx_t alt, char tag) -> bool |
|
|
|
|
char1st(*args)
char1st(self, char tag) -> nodeidx_t |
|
|
|
|
charnxt(*args)
charnxt(self, nodeidx_t cur, char tag) -> nodeidx_t |
|
|
|
|
charlast(*args)
charlast(self, char tag) -> nodeidx_t |
|
|
|
|
charprev(*args)
charprev(self, nodeidx_t cur, char tag) -> nodeidx_t |
|
|
|
|
charshift(*args)
charshift(self, nodeidx_t from, nodeidx_t to, nodeidx_t size, char
tag) -> size_t |
|
|
|
|
altval_idx8(*args)
altval_idx8(self, uchar alt, char tag) -> nodeidx_t |
|
|
|
|
altset_idx8(*args)
altset_idx8(self, uchar alt, nodeidx_t val, char tag) -> bool |
|
|
|
|
altdel_idx8(*args)
altdel_idx8(self, uchar alt, char tag) -> bool |
|
|
|
|
alt1st_idx8(*args)
alt1st_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
altnxt_idx8(*args)
altnxt_idx8(self, uchar cur, char tag) -> nodeidx_t |
|
|
|
|
altlast_idx8(*args)
altlast_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
altprev_idx8(*args)
altprev_idx8(self, uchar cur, char tag) -> nodeidx_t |
|
|
|
|
charval_idx8(*args)
charval_idx8(self, uchar alt, char tag) -> uchar |
|
|
|
|
charset_idx8(*args)
charset_idx8(self, uchar alt, uchar val, char tag) -> bool |
|
|
|
|
chardel_idx8(*args)
chardel_idx8(self, uchar alt, char tag) -> bool |
|
|
|
|
char1st_idx8(*args)
char1st_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
charnxt_idx8(*args)
charnxt_idx8(self, uchar cur, char tag) -> nodeidx_t |
|
|
|
|
charlast_idx8(*args)
charlast_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
charprev_idx8(*args)
charprev_idx8(self, uchar cur, char tag) -> nodeidx_t |
|
|
|
|
altdel(*args)
altdel(self, nodeidx_t alt, char tag=atag) -> bool altdel(self)
-> bool |
|
|
|
|
altdel_all(*args)
altdel_all(self, char tag) -> bool |
|
|
|
|
supval(*args)
supval(self, nodeidx_t alt, void buf, char tag=stag) -> ssize_t |
|
|
|
|
supstr(*args)
supstr(self, nodeidx_t alt, char buf, char tag=stag) -> ssize_t |
|
|
|
|
supset(*args)
supset(self, nodeidx_t alt, void value, char tag=stag) -> bool |
|
|
|
|
sup1st(*args)
sup1st(self, char tag=stag) -> nodeidx_t |
|
|
|
|
supnxt(*args)
supnxt(self, nodeidx_t cur, char tag=stag) -> nodeidx_t |
|
|
|
|
suplast(*args)
suplast(self, char tag=stag) -> nodeidx_t |
|
|
|
|
supprev(*args)
supprev(self, nodeidx_t cur, char tag=stag) -> nodeidx_t |
|
|
|
|
supshift(*args)
supshift(self, nodeidx_t from, nodeidx_t to, nodeidx_t size, char
tag=stag) -> size_t |
|
|
|
|
supval_idx8(*args)
supval_idx8(self, uchar alt, void buf, char tag) -> ssize_t |
|
|
|
|
supstr_idx8(*args)
supstr_idx8(self, uchar alt, char buf, char tag) -> ssize_t |
|
|
|
|
supset_idx8(*args)
supset_idx8(self, uchar alt, void value, char tag) -> bool |
|
|
|
|
supdel_idx8(*args)
supdel_idx8(self, uchar alt, char tag) -> bool |
|
|
|
|
sup1st_idx8(*args)
sup1st_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
supnxt_idx8(*args)
supnxt_idx8(self, uchar alt, char tag) -> nodeidx_t |
|
|
|
|
suplast_idx8(*args)
suplast_idx8(self, char tag) -> nodeidx_t |
|
|
|
|
supprev_idx8(*args)
supprev_idx8(self, uchar alt, char tag) -> nodeidx_t |
|
|
|
|
supdel(*args)
supdel(self, nodeidx_t alt, char tag=stag) -> bool supdel(self)
-> bool |
|
|
|
|
supdel_all(*args)
supdel_all(self, char tag) -> bool |
|
|
|
|
hashval(*args)
hashval(self, char idx, void buf, char tag=htag) -> ssize_t |
|
|
|
|
hashstr(*args)
hashstr(self, char idx, char buf, char tag=htag) -> ssize_t |
|
|
|
|
hashval_long(*args)
hashval_long(self, char idx, char tag=htag) -> nodeidx_t |
|
|
|
|
hashset(*args)
hashset(self, char idx, void value, char tag=htag) -> bool |
|
|
|
|
hashset_idx(*args)
hashset_idx(self, char idx, nodeidx_t value, char tag=htag) ->
bool |
|
|
|
|
hashdel(*args)
hashdel(self, char idx, char tag=htag) -> bool |
|
|
|
|
hash1st(*args)
hash1st(self, char buf, char tag=htag) -> ssize_t |
|
|
|
|
hashnxt(*args)
hashnxt(self, char idx, char buf, char tag=htag) -> ssize_t |
|
|
|
|
hashlast(*args)
hashlast(self, char buf, char tag=htag) -> ssize_t |
|
|
|
|
hashprev(*args)
hashprev(self, char idx, char buf, char tag=htag) -> ssize_t |
|
|
|
|
hashdel_all(*args)
hashdel_all(self, char tag=htag) -> bool |
|
|
|
|
blobsize(*args)
blobsize(self, nodeidx_t start, char tag) -> size_t |
|
|
|
|
getblob(*args)
getblob(self, void buf, nodeidx_t start, char tag) -> void |
|
|
|
|
setblob(*args)
setblob(self, void buf, nodeidx_t start, char tag) -> bool |
|
|
|
|
delblob(*args)
delblob(self, nodeidx_t start, char tag) -> int |
|
|
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
|
copyto(*args)
copyto(self, netnode target, nodeidx_t count=1) -> nodeidx_t |
|
|
|
|
moveto(*args)
moveto(self, netnode target, nodeidx_t count=1) -> nodeidx_t |
|
|
|
|
__eq__(*args)
__eq__(self, netnode n) -> bool __eq__(self, nodeidx_t x) ->
bool |
|
|
|
|
__ne__(*args)
__ne__(self, netnode n) -> bool __ne__(self, nodeidx_t x) ->
bool |
|
|
|
|
__swig_destroy__(...)
delete_netnode(netnode self) |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|