#include <properties.h>
Public Member Functions | |
Properties () | |
~Properties () | |
void | set (const char *key, const char *value) |
void | set_new (const char *key, const char *value) |
set property only if it's not set yet | |
char * | get (const char *key) |
void | destroy (char *value) |
bool | is_set (const char *key) |
void | unset (const char *key) |
char ** | get_keys () |
char ** | get_keys_staring_with (const char *prefix) |
void | destroy (char **keys) |
Properties.Properties | ( | ) |
Properties.~Properties | ( | ) |
void Properties.set | ( | const char * | key, | |
const char * | value | |||
) |
void Properties.set_new | ( | const char * | key, | |
const char * | value | |||
) |
set property only if it's not set yet
char* Properties.get | ( | const char * | key | ) |
void Properties.destroy | ( | char * | value | ) |
bool Properties.is_set | ( | const char * | key | ) |
void Properties.unset | ( | const char * | key | ) |
char** Properties.get_keys | ( | ) |
char** Properties.get_keys_staring_with | ( | const char * | prefix | ) |
void Properties.destroy | ( | char ** | keys | ) |
Genereated on Tue Mar 11 19:26:03 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.