All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_Agattr_s Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// 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 */
// };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy