Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

uniconf.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void * uniconf_t

Functions

uniconf_t uniconf_init (const char *_moniker)
void uniconf_free (uniconf_t _uniconf)
const char * uniconf_get (uniconf_t _uniconf, const char *_key)
void uniconf_set (uniconf_t _uniconf, const char *_key, const char *_value)


Typedef Documentation

typedef void* uniconf_t
 

Definition at line 598 of file uniconf.h.

Referenced by main(), uniconf_free(), uniconf_get(), uniconf_init(), and uniconf_set().


Function Documentation

void uniconf_free uniconf_t  _uniconf  ) 
 

Definition at line 17 of file uniconf_c.cc.

References uniconf_t.

Referenced by main().

const char* uniconf_get uniconf_t  _uniconf,
const char *  _key
 

Definition at line 25 of file uniconf_c.cc.

References uniconf_t.

Referenced by main().

uniconf_t uniconf_init const char *  _moniker  ) 
 

Definition at line 11 of file uniconf_c.cc.

References uniconf_t.

Referenced by main().

void uniconf_set uniconf_t  _uniconf,
const char *  _key,
const char *  _value
 

Definition at line 33 of file uniconf_c.cc.

References uniconf_t.

Referenced by main().


Generated on Sat Feb 21 21:05:37 2004 for WvStreams by doxygen 1.3.5