# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

memory_common.h File Reference

#include "memory_config.h"
#include <assert.h>
#include <sys/types.h>

Go to the source code of this file.

Defines

#define MEMORY_API   __declspec(dllimport)
#define _STLP_DONT_FORCE_MSVC_LIB_NAME
#define NL_OS_UNIX
#define NL_LITTLE_ENDIAN
#define NL_I64   "ll"
#define memory_assert   assert

Typedefs

typedef int8_t sint8
typedef u_int8_t uint8
typedef int16_t sint16
typedef u_int16_t uint16
typedef int32_t sint32
typedef u_int32_t uint32
typedef int64_t sint64
typedef u_int64_t uint64
typedef signed int sint
typedef unsigned int uint


Define Documentation

#define _STLP_DONT_FORCE_MSVC_LIB_NAME
 

Definition at line 40 of file memory_common.h.

#define MEMORY_API   __declspec(dllimport)
 

Definition at line 35 of file memory_common.h.

#define memory_assert   assert
 

Definition at line 112 of file memory_common.h.

#define NL_I64   "ll"
 

Definition at line 107 of file memory_common.h.

#define NL_LITTLE_ENDIAN
 

Definition at line 61 of file memory_common.h.

#define NL_OS_UNIX
 

Definition at line 57 of file memory_common.h.


Typedef Documentation

typedef signed int sint
 

Definition at line 104 of file memory_common.h.

Referenced by NL3D::CLodCharacterShape::getAnimKey, NL3D::CTextureGrouped::getUVQuad, and NLSOUND::CAudioMixerUser::writeProfile.

typedef int16_t sint16
 

Definition at line 97 of file memory_common.h.

typedef int32_t sint32
 

Definition at line 99 of file memory_common.h.

Referenced by NLSOUND::CComplexSound::getDuration.

typedef int64_t sint64
 

Definition at line 101 of file memory_common.h.

typedef int8_t sint8
 

Definition at line 95 of file memory_common.h.

typedef unsigned int uint
 

Definition at line 105 of file memory_common.h.

Referenced by NLSOUND::THashPtr::operator().

typedef u_int16_t uint16
 

Definition at line 98 of file memory_common.h.

typedef u_int32_t uint32
 

Definition at line 100 of file memory_common.h.

Referenced by NL3D::CPSAttribMakerT::get, NLSOUND::CComplexSound::getDuration, NLSOUND::CSourceCommon::getTime, NLSOUND::CComplexSource::getTime, NLSOUND::CComplexSource::onUpdate, and NLSOUND::CComplexSource::play.

typedef u_int64_t uint64
 

Definition at line 102 of file memory_common.h.

Referenced by NLSOUND::CComplexSource::onEvent, and NLSOUND::CComplexSource::play.

typedef u_int8_t uint8
 

Definition at line 96 of file memory_common.h.

Referenced by NL3D::CTileElement::getTileOrient, and NLMISC::CBitmap::setMipMapCount.