#include <TVOSNSUserDefaults.h>
|
static bool | Synchronize () |
|
static void | GetDirectoryContents (const std::string &path, std::vector< std::string > &contents) |
|
static bool | GetKey (const std::string &key, std::string &value) |
|
static bool | GetKeyData (const std::string &key, void *lpBuf, size_t &uiBufSize) |
|
static bool | SetKey (const std::string &key, const std::string &value, bool synchronize) |
|
static bool | SetKeyData (const std::string &key, const void *lpBuf, size_t uiBufSize, 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 | GetKeyDataFromPath (const std::string &path, void *lpBuf, size_t &uiBufSize) |
|
static bool | SetKeyFromPath (const std::string &path, const std::string &value, bool synchronize) |
|
static bool | SetKeyDataFromPath (const std::string &path, const void *lpBuf, size_t uiBufSize, bool synchronize) |
|
static bool | DeleteKeyFromPath (const std::string &path, bool synchronize) |
|
static bool | KeyFromPathExists (const std::string &path) |
|
◆ DeleteKey()
bool CTVOSNSUserDefaults::DeleteKey |
( |
const std::string & | key, |
|
|
bool | synchronize ) |
|
static |
◆ DeleteKeyFromPath()
bool CTVOSNSUserDefaults::DeleteKeyFromPath |
( |
const std::string & | path, |
|
|
bool | synchronize ) |
|
static |
◆ GetDirectoryContents()
void CTVOSNSUserDefaults::GetDirectoryContents |
( |
const std::string & | path, |
|
|
std::vector< std::string > & | contents ) |
|
static |
◆ GetKey()
bool CTVOSNSUserDefaults::GetKey |
( |
const std::string & | key, |
|
|
std::string & | value ) |
|
static |
◆ GetKeyData()
bool CTVOSNSUserDefaults::GetKeyData |
( |
const std::string & | key, |
|
|
void * | lpBuf, |
|
|
size_t & | uiBufSize ) |
|
static |
◆ GetKeyDataFromPath()
bool CTVOSNSUserDefaults::GetKeyDataFromPath |
( |
const std::string & | path, |
|
|
void * | lpBuf, |
|
|
size_t & | uiBufSize ) |
|
static |
◆ GetKeyFromPath()
bool CTVOSNSUserDefaults::GetKeyFromPath |
( |
const std::string & | path, |
|
|
std::string & | value ) |
|
static |
◆ IsKeyFromPath()
bool CTVOSNSUserDefaults::IsKeyFromPath |
( |
const std::string & | key | ) |
|
|
static |
◆ KeyExists()
bool CTVOSNSUserDefaults::KeyExists |
( |
const std::string & | key | ) |
|
|
static |
◆ KeyFromPathExists()
bool CTVOSNSUserDefaults::KeyFromPathExists |
( |
const std::string & | path | ) |
|
|
static |
◆ SetKey()
bool CTVOSNSUserDefaults::SetKey |
( |
const std::string & | key, |
|
|
const std::string & | value, |
|
|
bool | synchronize ) |
|
static |
◆ SetKeyData()
bool CTVOSNSUserDefaults::SetKeyData |
( |
const std::string & | key, |
|
|
const void * | lpBuf, |
|
|
size_t | uiBufSize, |
|
|
bool | synchronize ) |
|
static |
◆ SetKeyDataFromPath()
bool CTVOSNSUserDefaults::SetKeyDataFromPath |
( |
const std::string & | path, |
|
|
const void * | lpBuf, |
|
|
size_t | uiBufSize, |
|
|
bool | synchronize ) |
|
static |
◆ SetKeyFromPath()
bool CTVOSNSUserDefaults::SetKeyFromPath |
( |
const std::string & | path, |
|
|
const std::string & | value, |
|
|
bool | synchronize ) |
|
static |
◆ Synchronize()
bool CTVOSNSUserDefaults::Synchronize |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: