h.ST_Agrec_s Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;
import smetana.core.CString;
import smetana.core.UnsupportedStarStruct;
import smetana.core.__ptr__;
public class ST_Agrec_s extends UnsupportedStarStruct {
// ::remove folder when __HAXE__
public CString name;
public ST_Agrec_s next;
/* following this would be any programmer-defined data */
@Override
public boolean isSameThan(__ptr__ other) {
ST_Agrec_s other2 = (ST_Agrec_s) other;
return this == other2;
}
}
// struct Agrec_s {
// char *name;
// Agrec_t *next;
// /* following this would be any programmer-defined data */
// };