#include <string>
#include <vector>
#include "base/CCRef.h"
#include "platform/CCPlatformMacros.h"
#include "base/CCConsole.h"
Classes | |
class | BundleReader |
BundleReader is an interface for reading sequence of bytes. More... | |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Functions | |
template<> | |
bool | (std::string *ptr) |
specalization for std::string More... | |
template<> | |
var | ( var ptr) |
specalization for std::string More... | |
template<> | |
bool | (unsigned int *length, std::vector< std::string > *values) |
template function to read array of value. More... | |
template<> | |
var | ( var length, var values) |
template function to read array of value. More... | |
template<> | |
local | ( local length, local values) |
template function to read array of value. More... | |