h.ST_Agattr_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 java.util.List;
import smetana.core.CString;
final public class ST_Agattr_s extends ST_Agrec_s {
public ST_dt_s dict; /* shared dict to interpret attr field */
public List str; /* the attribute string values */
}
// struct Agattr_s { /* dynamic string attributes */
// Agrec_t h; /* common data header */
// Dict_t *dict; /* shared dict to interpret attr field */
// char **str; /* the attribute string values */
// };