Available constantes:
Definition in file types_nl.h.
#include <string>
#include <exception>
#include <sys/types.h>
#include "nel/memory/memory_manager.h"
Go to the source code of this file.
Defines | |
#define | INT64_CONSTANT(c) (c##LL) |
#define | NL_COMP_GCC |
#define | NL_I64 "ll" |
#define | NL_LITTLE_ENDIAN |
#define | NL_NO_ASM |
#define | NL_OS_UNIX |
#define | SINT64_CONSTANT(c) (c##LL) |
#define | UINT64_CONSTANT(c) (c##ULL) |
Typedefs | |
typedef int | sint |
typedef int16_t | sint16 |
typedef int32_t | sint32 |
typedef long long int | sint64 |
typedef int8_t | sint8 |
typedef uint16 | ucchar |
typedef unsigned int | uint |
typedef u_int16_t | uint16 |
typedef u_int32_t | uint32 |
typedef unsigned long long int | uint64 |
typedef u_int8_t | uint8 |
|
Definition at line 245 of file types_nl.h. Referenced by NL3D::CFastHLSModifier::applyHLSMod(). |
|
Definition at line 68 of file types_nl.h. |
|
Used to display a int64 in a platform independant way with printf.
Definition at line 226 of file types_nl.h. |
|
Definition at line 72 of file types_nl.h. |
|
Definition at line 115 of file types_nl.h. |
|
Definition at line 67 of file types_nl.h. |
|
Definition at line 246 of file types_nl.h. Referenced by NLMISC::nlfseek64(). |
|
Definition at line 247 of file types_nl.h. |
|
Definition at line 223 of file types_nl.h. Referenced by NL3D::CLodCharacterShape::getAnimKey(), NL3D::CTextureGrouped::getUVQuad(), and NLSOUND::CSourceDSound::xfade(). |
|
Definition at line 216 of file types_nl.h. Referenced by NLSOUND::CSourceDSound::fillData(). |
|
Definition at line 218 of file types_nl.h. Referenced by NLSOUND::CComplexSound::getDuration(), NLMISC::CRandom::rand(), NLMISC::CRandom::randPlusMinus(), and NLSOUND::CClusteredSound::soundTraverse(). |
|
Definition at line 220 of file types_nl.h. |
|
Definition at line 214 of file types_nl.h. |
|
|
Definition at line 224 of file types_nl.h. Referenced by NLSOUND::CAudioMixerUser::init(), NLSOUND::THashPtr< Pointer >::operator()(), NLSOUND::CSourceDSound::play(), and NLSOUND::CSourceDSound::update(). |
|
Definition at line 217 of file types_nl.h. Referenced by STRING_MANAGER::readExcelSheet(). |
|
|
Definition at line 221 of file types_nl.h. Referenced by NLSOUND::CComplexSource::onEvent(), NLSOUND::CComplexSource::playStuf(), and NLSOUND::CBackgroundSoundManager::setBackgroundFlags(). |
|
Definition at line 215 of file types_nl.h. Referenced by NL3D::CTileElement::getTileOrient(), and NLMISC::CBitmap::setMipMapCount(). |