FMI Library: part of JModelica.org
Typedefs | Functions
jm_string_set.h File Reference
#include <string.h>
#include <stdio.h>
#include "jm_types.h"
#include "jm_vector.h"

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...
 

Detailed Description

Definition of jm_string_set and supporting functions

Definition in file jm_string_set.h.