Uses of Class
h.ST_dt_s
-
Packages that use ST_dt_s Package Description gen.lib.cdt gen.lib.cgraph gen.lib.common gen.lib.label h smetana.core -
-
Uses of ST_dt_s in gen.lib.cdt
Methods in gen.lib.cdt that return ST_dt_s Modifier and Type Method Description static ST_dt_s
dtopen__c. dtopen(ST_dtdisc_s disc, ST_dtmethod_s meth)
static ST_dt_s
dtview__c. dtview(ST_dt_s dt, ST_dt_s view)
Methods in gen.lib.cdt with parameters of type ST_dt_s Modifier and Type Method Description static int
dtclose__c. dtclose(ST_dt_s dt)
static ST_dtdisc_s
dtdisc__c. dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)
static ST_dtlink_s
dtextract__c. dtextract(ST_dt_s dt)
static ST_dtlink_s
dtflatten__c. dtflatten(ST_dt_s dt)
static java.lang.Object
dtdisc__c. dtmemory(ST_dt_s dt, java.lang.Object addr, size_t size, ST_dtdisc_s disc)
static int
dtrestore__c. dtrestore(ST_dt_s dt, ST_dtlink_s list)
static int
dtsize__c. dtsize_(ST_dt_s dt)
static java.lang.Object
dttree__c. dttree(ST_dt_s dt, __ptr__ obj, int type)
static ST_dt_s
dtview__c. dtview(ST_dt_s dt, ST_dt_s view)
static __ptr__
dtview__c. dtvsearch(ST_dt_s dt, __ptr__ obj, int type)
-
Uses of ST_dt_s in gen.lib.cgraph
Methods in gen.lib.cgraph that return ST_dt_s Modifier and Type Method Description static ST_dt_s
attr__c. agdictof(ST_Agraph_s g, int kind)
static ST_dt_s
utils__c. agdtopen(ST_Agraph_s g, ST_dtdisc_s disc, ST_dtmethod_s method)
Methods in gen.lib.cgraph with parameters of type ST_dt_s Modifier and Type Method Description static java.lang.Object
utils__c. agdictobjmem(ST_dt_s dict, java.lang.Object p, size_t size, ST_dtdisc_s disc)
static ST_Agsym_s
attr__c. agdictsym(ST_dt_s dict, CString name)
static __ptr__
utils__c. agdtdelete(ST_Agraph_s g, ST_dt_s dict, __ptr__ obj)
static void
utils__c. agdtdisc(ST_Agraph_s g, ST_dt_s dict, ST_dtdisc_s disc)
static int
edge__c. agedgeidcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)
static int
edge__c. agedgeseqcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)
static ST_Agsym_s
attr__c. aglocaldictsym(ST_dt_s dict, CString name)
static int
graph__c. agraphidcmpf(ST_dt_s d, ST_Agraph_s arg0, ST_Agraph_s arg1, ST_dtdisc_s disc)
static int
node__c. agsubnodeidcmpf(ST_dt_s d, __ptr__ arg0, __ptr__ arg1, ST_dtdisc_s disc)
static int
node__c. agsubnodeseqcmpf(ST_dt_s d, __ptr__ arg0, __ptr__ arg1, ST_dtdisc_s disc)
static int
graph__c. cnt(ST_dt_s d, CStarStar<ST_dtlink_s> set)
static void
attr__c. freesym(ST_dt_s d, java.lang.Object obj, ST_dtdisc_s disc)
static void
edge__c. ins(ST_dt_s d, CStarStar<ST_dtlink_s> set, ST_Agedge_s e)
-
Uses of ST_dt_s in gen.lib.common
Methods in gen.lib.common that return ST_dt_s Modifier and Type Method Description static ST_dt_s
textspan__c. textfont_dict_open(ST_GVC_s gvc)
-
Uses of ST_dt_s in gen.lib.label
Methods in gen.lib.label with parameters of type ST_dt_s Modifier and Type Method Description static int
xlabels__c. icompare(ST_dt_s dt, java.lang.Object v1, java.lang.Object v2, ST_dtdisc_s disc)
-
Uses of ST_dt_s in h
Fields in h declared as ST_dt_s Modifier and Type Field Description ST_dt_s
ST_Agattr_s. dict
ST_dt_s
ST_Agdatadict_s. dict_e
ST_dt_s
ST_Agdatadict_s. dict_g
ST_dt_s
ST_Agdatadict_s. dict_n
ST_dt_s
ST_Agraph_s. e_id
ST_dt_s
ST_Agraph_s. e_seq
ST_dt_s
ST_Agraph_s. g_dict
ST_dt_s
ST_XLabels_t. hdx
ST_dt_s[]
ST_Agclos_s. lookup_by_id
ST_dt_s
ST_Agraph_s. n_id
ST_dt_s
ST_Agraph_s. n_seq
ST_dt_s
ST_Agclos_s. strdict
ST_dt_s
ST_dt_s. view
ST_dt_s
ST_dt_s. walk
-
Uses of ST_dt_s in smetana.core
Fields in smetana.core declared as ST_dt_s Modifier and Type Field Description ST_dt_s
Z. Refdict_default
Methods in smetana.core with parameters of type ST_dt_s Modifier and Type Method Description static int
Macro. _DTCMP(ST_dt_s dt, __ptr__ k1, __ptr__ k2, ST_dtdisc_s dc, CFunction cmpf, int sz)
static java.lang.Object
Macro. dtdelete(ST_dt_s d, java.lang.Object o)
static java.lang.Object
Macro. dtfirst(ST_dt_s d)
static void
Macro. dtinsert(ST_dt_s d, java.lang.Object o)
static java.lang.Object
Macro. dtnext(ST_dt_s d, java.lang.Object o)
static java.lang.Object
Macro. dtsearch(ST_dt_s d, java.lang.Object o)
static void
Macro. UNFLATTEN(ST_dt_s dt)
-