|
FMI Library: part of JModelica.org
|
Go to the source code of this file.
Typedefs | |
| typedef struct jm_vector_jm_string | jm_string_set |
| Set of string is based on a vector. More... | |
Functions | |
| static jm_string | jm_string_set_find (jm_string_set *s, jm_string str) |
| Find a string in a set. More... | |
| static size_t | jm_string_set_find_index (jm_string_set *s, jm_string str) |
| Find index of a string in a set. More... | |
| static jm_string | jm_string_set_put (jm_string_set *s, jm_string str) |
| Put an element in the set if it is not there yet. More... | |
Definition of jm_string_set and supporting functions
Definition in file jm_string_set.h.
1.8.11