|
FMI Library: part of JModelica.org
|
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... | |
| typedef struct jm_vector_jm_string jm_string_set |
Set of string is based on a vector.
Definition at line 43 of file jm_string_set.h.
|
static |
Find a string in a set.
| s | A string set. |
| str | Search string. |
Definition at line 52 of file jm_string_set.h.
|
static |
Find index of a string in a set.
| s | A string set. |
| str | Search string. |
Definition at line 65 of file jm_string_set.h.
|
static |
Put an element in the set if it is not there yet.
| s | A string set. |
| str | String to put. |
Definition at line 94 of file jm_string_set.h.
1.8.11