h.ST_Agcbstack_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.UnsupportedStarStruct;
final public class ST_Agcbstack_s extends UnsupportedStarStruct {
}
// struct Agcbstack_s { /* object event callbacks */
// Agcbdisc_t *f; /* methods */
// void *state; /* closure */
// Agcbstack_t *prev; /* kept in a stack, unlike other disciplines */
// };