cocos2d-x 3.0 |
)
- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
LocalStorage.h 文件参考
#include
## 函数 | |
void | localStorageInit (const std::string &fullpath="") |
初始化数据库. 更多… | |
void | localStorageFree () |
释放分配的资源 更多… | |
void | localStorageSetItem (const std::string &key, const std::string &value) |
使用键值对保存一个项到本地存储 更多… | |
std::string | localStorageGetItem (const std::string &key) |
使用键从本地存储获取项 更多… | |
void | localStorageRemoveItem (const std::string &key) |
使用键从本地存储中移除一个项 更多… | |
函数说明
void localStorageFree | ( | ) |
释放分配的资源
std::string localStorageGetItem | ( | const std::string & | key | ) |
使用键从本地存储获取项
void localStorageInit | ( | const std::string & | fullpath = "" | ) |
初始化数据库.
如果路径为空, 将会在内存中创建一数据库
void localStorageRemoveItem | ( | const std::string & | key | ) |
使用键从本地存储中移除一个项
void localStorageSetItem | ( | const std::string & | key, |
const std::string & | value | ||
) |
使用键值对保存一个项到本地存储
- cocos
- storage
- local-storage
- LocalStorage.h
- 生成于 2014年 五月 29日 星期四 09:41:42 , 为 cocos2d-x使用 1.8.6