NW4F Sys
Loading...
Searching...
No Matches
types.h File Reference

Go to the source code of this file.

Namespaces

namespace  nw

Macros

#define NW_PLATFORM_CAFE
#define NW_INLINE   inline
#define NW_FORCE_INLINE   __attribute__((always_inline)) inline
#define NW_CONFIG_USE_STATIC
#define NW_TABLE_FIELD   static const
#define NW_DISALLOW_COPY_AND_ASSIGN(TypeName)

Typedefs

typedef unsigned long nw::IntPtr
typedef signed long nw::PtrDiff

Macro Definition Documentation

◆ NW_PLATFORM_CAFE

#define NW_PLATFORM_CAFE

◆ NW_INLINE

#define NW_INLINE   inline

◆ NW_FORCE_INLINE

#define NW_FORCE_INLINE   __attribute__((always_inline)) inline

◆ NW_CONFIG_USE_STATIC

#define NW_CONFIG_USE_STATIC

◆ NW_TABLE_FIELD

#define NW_TABLE_FIELD   static const

◆ NW_DISALLOW_COPY_AND_ASSIGN

#define NW_DISALLOW_COPY_AND_ASSIGN ( TypeName)
Value:
TypeName(const TypeName&); \
void operator=(const TypeName&)