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(CString s)
static CString
agstrbind(ST_Agraph_s g, CString s)
static CString
agstrdup(ST_Agraph_s g, CString s)
static int
agstrfree(ST_Agraph_s g, CString s)
-
-
-
Method Detail
-
agstrbind
public static CString agstrbind(ST_Agraph_s g, CString s)
-
agstrdup
public static CString agstrdup(ST_Agraph_s g, CString s)
-
agstrfree
public static int agstrfree(ST_Agraph_s g, CString s)
-
aghtmlstr
public static int aghtmlstr(CString s)
-
-