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_sdtopen__c. dtopen(ST_dtdisc_s disc, ST_dtmethod_s meth)static ST_dt_sdtview__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 intdtclose__c. dtclose(ST_dt_s dt)static ST_dtdisc_sdtdisc__c. dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)static ST_dtlink_sdtextract__c. dtextract(ST_dt_s dt)static ST_dtlink_sdtflatten__c. dtflatten(ST_dt_s dt)static java.lang.Objectdtdisc__c. dtmemory(ST_dt_s dt, java.lang.Object addr, size_t size, ST_dtdisc_s disc)static intdtrestore__c. dtrestore(ST_dt_s dt, ST_dtlink_s list)static intdtsize__c. dtsize_(ST_dt_s dt)static java.lang.Objectdttree__c. dttree(ST_dt_s dt, __ptr__ obj, int type)static ST_dt_sdtview__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_sattr__c. agdictof(ST_Agraph_s g, int kind)static ST_dt_sutils__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.Objectutils__c. agdictobjmem(ST_dt_s dict, java.lang.Object p, size_t size, ST_dtdisc_s disc)static ST_Agsym_sattr__c. agdictsym(ST_dt_s dict, CString name)static __ptr__utils__c. agdtdelete(ST_Agraph_s g, ST_dt_s dict, __ptr__ obj)static voidutils__c. agdtdisc(ST_Agraph_s g, ST_dt_s dict, ST_dtdisc_s disc)static intedge__c. agedgeidcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)static intedge__c. agedgeseqcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)static ST_Agsym_sattr__c. aglocaldictsym(ST_dt_s dict, CString name)static intgraph__c. agraphidcmpf(ST_dt_s d, ST_Agraph_s arg0, ST_Agraph_s arg1, ST_dtdisc_s disc)static intnode__c. agsubnodeidcmpf(ST_dt_s d, __ptr__ arg0, __ptr__ arg1, ST_dtdisc_s disc)static intnode__c. agsubnodeseqcmpf(ST_dt_s d, __ptr__ arg0, __ptr__ arg1, ST_dtdisc_s disc)static intgraph__c. cnt(ST_dt_s d, CStarStar<ST_dtlink_s> set)static voidattr__c. freesym(ST_dt_s d, java.lang.Object obj, ST_dtdisc_s disc)static voidedge__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_stextspan__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 intxlabels__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_sST_Agattr_s. dictST_dt_sST_Agdatadict_s. dict_eST_dt_sST_Agdatadict_s. dict_gST_dt_sST_Agdatadict_s. dict_nST_dt_sST_Agraph_s. e_idST_dt_sST_Agraph_s. e_seqST_dt_sST_Agraph_s. g_dictST_dt_sST_XLabels_t. hdxST_dt_s[]ST_Agclos_s. lookup_by_idST_dt_sST_Agraph_s. n_idST_dt_sST_Agraph_s. n_seqST_dt_sST_Agclos_s. strdictST_dt_sST_dt_s. viewST_dt_sST_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_sZ. Refdict_defaultMethods in smetana.core with parameters of type ST_dt_s Modifier and Type Method Description static intMacro. _DTCMP(ST_dt_s dt, __ptr__ k1, __ptr__ k2, ST_dtdisc_s dc, CFunction cmpf, int sz)static java.lang.ObjectMacro. dtdelete(ST_dt_s d, java.lang.Object o)static java.lang.ObjectMacro. dtfirst(ST_dt_s d)static voidMacro. dtinsert(ST_dt_s d, java.lang.Object o)static java.lang.ObjectMacro. dtnext(ST_dt_s d, java.lang.Object o)static java.lang.ObjectMacro. dtsearch(ST_dt_s d, java.lang.Object o)static voidMacro. UNFLATTEN(ST_dt_s dt)
-