|
The Pedigree Project
0.1
|
#include <Config.h>
Collaboration diagram for Config:Public Member Functions | |
| Result * | query (const char *sql) |
Static Public Member Functions | |
| static Config & | instance () |
Static Private Attributes | |
| static Config | m_Instance |
The configuration system for Pedigree.
The system is database-based (currently using SQLite).
Definition at line 34 of file system/config/Config.h.
| Config::Result * Config::query | ( | const char * | sql | ) |
Performs a select/update/insert/whatever query on the database.
Definition at line 150 of file subsys/native/user/config/Config.cc.
Referenced by StreamingScreenLogger::callback(), Config::Result::getStr(), and UserManager::UserManager().
Here is the caller graph for this function:
1.8.11