Uses of Class
h.ST_dtdisc_s
-
Packages that use ST_dtdisc_s Package Description gen.lib.cdt gen.lib.cgraph gen.lib.label h smetana.core -
-
Uses of ST_dtdisc_s in gen.lib.cdt
Methods in gen.lib.cdt that return ST_dtdisc_s Modifier and Type Method Description static ST_dtdisc_s
dtdisc__c. dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)
Methods in gen.lib.cdt with parameters of type ST_dtdisc_s Modifier and Type Method Description static ST_dtdisc_s
dtdisc__c. dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)
static Object
dtdisc__c. dtmemory(ST_dt_s dt, Object addr, size_t size, ST_dtdisc_s disc)
static ST_dt_s
dtopen__c. dtopen(ST_dtdisc_s disc, ST_dtmethod_s meth)
-
Uses of ST_dtdisc_s in gen.lib.cgraph
Methods in gen.lib.cgraph with parameters of type ST_dtdisc_s Modifier and Type Method Description static Object
utils__c. agdictobjmem(ST_dt_s dict, Object p, size_t size, ST_dtdisc_s disc)
static void
utils__c. agdtdisc(ST_Agraph_s g, ST_dt_s dict, ST_dtdisc_s disc)
static ST_dt_s
utils__c. agdtopen(ST_Agraph_s g, ST_dtdisc_s disc, ST_dtmethod_s method)
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 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 void
attr__c. freesym(ST_dt_s d, Object obj, ST_dtdisc_s disc)
-
Uses of ST_dtdisc_s in gen.lib.label
Methods in gen.lib.label with parameters of type ST_dtdisc_s Modifier and Type Method Description static int
xlabels__c. icompare(ST_dt_s dt, Object v1, Object v2, ST_dtdisc_s disc)
-
Uses of ST_dtdisc_s in h
Fields in h declared as ST_dtdisc_s Modifier and Type Field Description ST_dtdisc_s
ST_dt_s. disc
-
Uses of ST_dtdisc_s in smetana.core
Fields in smetana.core declared as ST_dtdisc_s Modifier and Type Field Description ST_dtdisc_s
Z. Ag_mainedge_id_disc
ST_dtdisc_s
Z. Ag_mainedge_seq_disc
ST_dtdisc_s
Z. Ag_subedge_id_disc
ST_dtdisc_s
Z. Ag_subedge_seq_disc
ST_dtdisc_s
Z. Ag_subgraph_id_disc
ST_dtdisc_s
Z. Ag_subnode_id_disc
ST_dtdisc_s
Z. Ag_subnode_seq_disc
ST_dtdisc_s
Z. AgDataDictDisc
ST_dtdisc_s
Z. Hdisc
ST_dtdisc_s
Z. Refstrdisc
Methods in smetana.core with parameters of type ST_dtdisc_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)
-