Public Attributes | |
char * | values [MAX_CSV_VALUES] |
int | num_values |
Definition at line 37 of file material.c.
int CSV_values_s::num_values |
Definition at line 39 of file material.c.
Referenced by getFlagValue(), getFloatValue(), getIntValue(), getStringValue(), and parse_CSV_line().
char* CSV_values_s::values[MAX_CSV_VALUES] |
Definition at line 38 of file material.c.
Referenced by getFlagValue(), getFloatValue(), getIntValue(), getStringValue(), and parse_CSV_line().