Properties Class Reference

#include <properties.h>

List of all members.

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)


Constructor & Destructor Documentation

Properties.Properties (  ) 

Properties.~Properties (  ) 


Member Function Documentation

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  ) 


The documentation for this class was generated from the following file:

Genereated on Tue Mar 11 19:26:03 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.