Info
Get involved
Documentation


Public Member Functions | |
| salConf (const char *url, int size) | |
| Configuration loader. | |
| ~salConf () | |
| Destructor. | |
| int | getInt (string option_name) |
| Load (int) variable. | |
| string | getString (string option_name) |
| Load (string) variable. | |
| TTF_Font * | getFont (string option_uri, string option_size) |
| Load (TTF_Font) variable. | |
| Uint32 | getColor (string color) |
| Load (Uint32) variable (Color code). | |
Private Member Functions | |
| Uint32 | convert_color (string color) |
| Convert color. | |
Private Attributes | |
| int | length |
| Number of configuration entries. | |
| conf_node * | conf_nodes |
| Configuration entries. | |
Definition at line 46 of file SAL_config.h.