#include "platform/CCPlatformMacros.h"#include "cocoa/CCDictionary.h"#include <wrl/client.h>#include <ppl.h>#include <ppltasks.h>#include <string>Namespaces | |
| cocos2d | |
Constant Groups | |
| cocos2d | |
Macros | |
| #define | pthread_cond_wait(x, y) |
| #define | pthread_mutex_destroy(x) |
| #define | pthread_cond_destroy(x) |
| #define | pthread_cond_signal(x) |
| #define | pthread_cond_init(x, y) |
Typedefs | |
| typedef HANDLE | pthread_t |
| typedef HANDLE | pthread_mutex_t |
| typedef int | pthread_cond_t |
Functions | |
| void | (pthread_mutex_t *m, void *attributes) |
| int | (pthread_mutex_t *m) |
| int | (pthread_mutex_t *m) |
| void | (pthread_mutex_t *m) |
| local | ( local m) |
| std::wstring CC_DLL | (const char *pszUtf8Str, unsigned len=-1) |
| std::string CC_DLL | (const wchar_t *pwszStr) |
| std::string | (Platform::String^s) |
| float | (float dips) |
| float | (float v) |
| Concurrency::task < Platform::Array< byte >^> | (Platform::String^path) |
| void | (CCDictionary *programs) |
| #define pthread_cond_destroy | ( | x) |
| var pthread_cond_destroy | ( | var) |
| local pthread_cond_destroy | ( | local) |
| #define pthread_cond_init | ( | x, | |
| y | |||
| ) |
| var pthread_cond_init | ( | var, | |
| var | |||
| ) |
| local pthread_cond_init | ( | local, | |
| local | |||
| ) |
| #define pthread_cond_signal | ( | x) |
| var pthread_cond_signal | ( | var) |
| local pthread_cond_signal | ( | local) |
| #define pthread_cond_wait | ( | x, | |
| y | |||
| ) |
| var pthread_cond_wait | ( | var, | |
| var | |||
| ) |
| local pthread_cond_wait | ( | local, | |
| local | |||
| ) |
| #define pthread_mutex_destroy | ( | x) |
| var pthread_mutex_destroy | ( | var) |
| local pthread_mutex_destroy | ( | local) |