Package gen.lib.cgraph
Class refstr__c
- java.lang.Object
-
- gen.lib.cgraph.refstr__c
-
public class refstr__c extends Object
-
-
Constructor Summary
Constructors Constructor Description refstr__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
aghtmlstr(Globals zz, CString s)
static CString
agstrbind(Globals zz, ST_Agraph_s g, CString s)
static CString
agstrdup(Globals zz, ST_Agraph_s g, CString s)
static int
agstrfree(Globals zz, ST_Agraph_s g, CString s)
-
-
-
Method Detail
-
agstrbind
public static CString agstrbind(Globals zz, ST_Agraph_s g, CString s)
-
agstrdup
public static CString agstrdup(Globals zz, ST_Agraph_s g, CString s)
-
agstrfree
public static int agstrfree(Globals zz, ST_Agraph_s g, CString s)
-
-