Data Structures | |
struct | profileval_t |
key value type -triplet More... | |
Typedefs | |
typedef struct profileval_t | profileval_t |
shorthand | |
Functions | |
void | profileval_ctor (profileval_t *self) |
void | profileval_dtor (profileval_t *self) |
void | profileval_ctor_ex (profileval_t *self, const char *key, const char *val, const char *type) |
void | profileval_free_vector (profileval_t *vec) |
Copyright (C) 2008 Nokia. All rights reserved.
void profileval_ctor | ( | profileval_t * | self | ) |
Profile value constructor.
self | value structure |
void profileval_dtor | ( | profileval_t * | self | ) |
Profile value destructor.
self | value structure |
void profileval_ctor_ex | ( | profileval_t * | self, | |
const char * | key, | |||
const char * | val, | |||
const char * | type | |||
) |
Extended profile value constructor.
self | value structure | |
key | key string | |
val | value string | |
type | type string |
void profileval_free_vector | ( | profileval_t * | vec | ) |
Utility function for freeing an array of profile values.
The vec must either be NULL or contain valid profile value entries and a terminator entry with NULL pv_key entry.
vec | array of profile values |