Public Member Functions | |
| struct xccdf_score * | xccdf_score_new (void) |
| void | xccdf_score_free (struct xccdf_score *score) |
| xccdf_numeric | xccdf_score_get_maximum (const struct xccdf_score *item) |
| bool | xccdf_score_set_maximum (struct xccdf_score *obj, xccdf_numeric newval) |
| xccdf_numeric | xccdf_score_get_score (const struct xccdf_score *item) |
| bool | xccdf_score_set_score (struct xccdf_score *obj, xccdf_numeric newval) |
| const char * | xccdf_score_get_system (const struct xccdf_score *item) |
| bool | xccdf_score_set_system (struct xccdf_score *obj, const char *newval) |
Data Fields | |
| xccdf_numeric | maximum |
| xccdf_numeric | score |
| char * | system |
| void xccdf_score_free | ( | struct xccdf_score * | score | ) |
| xccdf_numeric xccdf_score_get_maximum | ( | const struct xccdf_score * | item | ) |
| xccdf_numeric xccdf_score_get_score | ( | const struct xccdf_score * | item | ) |
| const char * xccdf_score_get_system | ( | const struct xccdf_score * | item | ) |
| struct xccdf_score * xccdf_score_new | ( | void | ) | [read] |
| bool xccdf_score_set_maximum | ( | struct xccdf_score * | obj, | |
| xccdf_numeric | newval | |||
| ) |
| bool xccdf_score_set_score | ( | struct xccdf_score * | obj, | |
| xccdf_numeric | newval | |||
| ) |
| bool xccdf_score_set_system | ( | struct xccdf_score * | obj, | |
| const char * | newval | |||
| ) |
1.6.1