Go to the documentation of this file.
17 #ifndef CIFER_POLICY_H
18 #define CIFER_POLICY_H
70 size_t bool_exp_len,
bool convert_to_ones);
Internal functions for dealing with strings.
void cfe_init_set_vecs_and(cfe_vec *vec1, cfe_vec *vec2, cfe_vec *vec, size_t c)
Matrix struct and operations.
int * row_to_attrib
Definition: policy.h:45
void cfe_msp_free(cfe_msp *msp)
cfe_error cfe_boolean_to_msp(cfe_msp *msp, char *bool_exp, size_t bool_exp_len, bool convert_to_ones)
cfe_error cfe_boolean_to_msp_iterative(cfe_msp *msp, cfe_string *bool_exp, cfe_vec *vec, size_t c)
Vector struct and operations.