h.ST_dtdisc_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.CFunction;
import smetana.core.FieldOffset;
import smetana.core.UnsupportedStarStruct;
final public class ST_dtdisc_s extends UnsupportedStarStruct {
public FieldOffset key; /* where the key begins in an object */
public int size; /* key size and type */
public FieldOffset link; /* offset to Dtlink_t field */
public CFunction makef; /* object constructor */
public CFunction freef; /* object destructor */
public CFunction comparf;/* to compare two objects */
public CFunction hashf; /* to compute hash value of an object */
public CFunction memoryf;/* to allocate/free memory */
public CFunction eventf; /* to process events */
}
// struct _dtdisc_s
// { int key; /* where the key begins in an object */
// int size; /* key size and type */
// int link; /* offset to Dtlink_t field */
// Dtmake_f makef; /* object constructor */
// Dtfree_f freef; /* object destructor */
// Dtcompar_f comparf;/* to compare two objects */
// Dthash_f hashf; /* to compute hash value of an object */
// Dtmemory_f memoryf;/* to allocate/free memory */
// Dtevent_f eventf; /* to process events */
// };