#include <DarwinNSUserDefaults.h>
|
| static bool | Synchronize () |
| |
| static bool | GetKey (const std::string &key, std::string &value) |
| |
| static bool | SetKey (const std::string &key, const std::string &value, bool synchronize) |
| |
| static bool | DeleteKey (const std::string &key, bool synchronize) |
| |
| static bool | KeyExists (const std::string &key) |
| |
| static bool | IsKeyFromPath (const std::string &key) |
| |
| static bool | GetKeyFromPath (const std::string &path, std::string &value) |
| |
| static bool | SetKeyFromPath (const std::string &path, const std::string &value, bool synchronize) |
| |
| static bool | DeleteKeyFromPath (const std::string &path, bool synchronize) |
| |
| static bool | KeyFromPathExists (const std::string &key) |
| |
§ DeleteKey()
| bool CDarwinNSUserDefaults::DeleteKey |
( |
const std::string & |
key, |
|
|
bool |
synchronize |
|
) |
| |
|
static |
§ DeleteKeyFromPath()
| bool CDarwinNSUserDefaults::DeleteKeyFromPath |
( |
const std::string & |
path, |
|
|
bool |
synchronize |
|
) |
| |
|
static |
§ GetKey()
| bool CDarwinNSUserDefaults::GetKey |
( |
const std::string & |
key, |
|
|
std::string & |
value |
|
) |
| |
|
static |
§ GetKeyFromPath()
| bool CDarwinNSUserDefaults::GetKeyFromPath |
( |
const std::string & |
path, |
|
|
std::string & |
value |
|
) |
| |
|
static |
§ IsKeyFromPath()
| bool CDarwinNSUserDefaults::IsKeyFromPath |
( |
const std::string & |
key | ) |
|
|
static |
§ KeyExists()
| bool CDarwinNSUserDefaults::KeyExists |
( |
const std::string & |
key | ) |
|
|
static |
§ KeyFromPathExists()
| bool CDarwinNSUserDefaults::KeyFromPathExists |
( |
const std::string & |
key | ) |
|
|
static |
§ SetKey()
| bool CDarwinNSUserDefaults::SetKey |
( |
const std::string & |
key, |
|
|
const std::string & |
value, |
|
|
bool |
synchronize |
|
) |
| |
|
static |
§ SetKeyFromPath()
| bool CDarwinNSUserDefaults::SetKeyFromPath |
( |
const std::string & |
path, |
|
|
const std::string & |
value, |
|
|
bool |
synchronize |
|
) |
| |
|
static |
§ Synchronize()
| bool CDarwinNSUserDefaults::Synchronize |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: