navit  0.5.1-trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups
config_.h File Reference

Go to the source code of this file.

Functions

struct configconfig_get (void)
 
void config_destroy (struct config *this_)
 
int config_get_attr (struct config *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
 
int config_set_attr (struct config *this_, struct attr *attr)
 
int config_add_attr (struct config *this_, struct attr *attr)
 
int config_remove_attr (struct config *this_, struct attr *attr)
 
struct attr_iterconfig_attr_iter_new (void)
 
void config_attr_iter_destroy (struct attr_iter *iter)
 
struct configconfig_new (struct attr *parent, struct attr **attrs)
 

Variables

int main_argc
 
char *const * main_argv
 
struct configconfig
 
int configured
 
int config_empty_ok
 

Function Documentation

int config_add_attr ( struct config this_,
struct attr attr 
)
void config_attr_iter_destroy ( struct attr_iter iter)
struct attr_iter* config_attr_iter_new ( void  )
void config_destroy ( struct config this_)

References attr_list_free(), and exit.

Referenced by config_new(), and config_terminate().

int config_remove_attr ( struct config this_,
struct attr attr 
)
int config_set_attr ( struct config this_,
struct attr attr 
)

Variable Documentation

int config_empty_ok
int configured

Referenced by config_new(), and osd_std_click().

int main_argc
char* const* main_argv