cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCStdC.h File Reference
#include "base/CCPlatformConfig.h"
#include "base/CCPlatformMacros.h"
#include <float.h>
#include <BaseTsd.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdint.h>
#include <WinSock2.h>

Classes

struct  timezone
 

Macros

#define __SSIZE_T
#define _USE_MATH_DEFINES
#define isnan   _isnan
#define snprintf   _snprintf
#define M_PI   3.14159265358
#define M_PI_2   1.57079632679
#define NOMINMAX
#define MIN(x, y)   (((x) > (y)) ? (y) : (x))
#define MAX(x, y)   (((x) < (y)) ? (y) : (x))
#define _WINSOCKAPI_

Typedefs

typedef SSIZE_T ssize_t

Functions

int CC_DLL  (struct timeval *, struct timezone *)
local  ()

Macro Definition Documentation

#define __SSIZE_T
var __SSIZE_T
local __SSIZE_T
#define _USE_MATH_DEFINES
var _USE_MATH_DEFINES
local _USE_MATH_DEFINES
#define _WINSOCKAPI_
var _WINSOCKAPI_
local _WINSOCKAPI_
#define isnan   _isnan
var isnan   _isnan
local isnan   _isnan
#define M_PI   3.14159265358
var M_PI   3.14159265358
local M_PI   3.14159265358
#define M_PI_2   1.57079632679
var M_PI_2   1.57079632679
local M_PI_2   1.57079632679
#define MAX (   x,
 
)    (((x) < (y)) ? (y) : (x))
#define MIN (   x,
 
)    (((x) > (y)) ? (y) : (x))
var MIN (   var,
  var 
)    (((x) > (y)) ? (y) : (x))
local MIN (   local,
  local 
)    (((x) > (y)) ? (y) : (x))
#define NOMINMAX
var NOMINMAX
local NOMINMAX
#define snprintf   _snprintf
var snprintf   _snprintf
local snprintf   _snprintf

Typedef Documentation

typedef SSIZE_T ssize_t
var ssize_t
local ssize_t

Function Documentation

int CC_DLL gettimeofday ( struct timeval *  ,
struct timezone  
)
var gettimeofday ( var  ,
var   
)
local gettimeofday ( local  ,
local   
)