Public Attributes

gmi_set Struct Reference

a set of model entities More...

List of all members.

Public Attributes

int n
 number of model entities
struct gmi_ent * e [1]
 array of model entity pointers

Detailed Description

a set of model entities

users should create these only with gmi_make_set and always call gmi_free_set after receiving one

Definition at line 38 of file gmi.h.


Member Data Documentation

struct gmi_ent* gmi_set::e[1]

array of model entity pointers

vlas at the end of structs are ok by C99, but C++ still hates them. trick it with a 1, like the good old days of the linux kernel

Definition at line 44 of file gmi.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines