Loading...
Searching...
No Matches
typedef.hpp File Reference

Go to the source code of this file.

Typedefs

typedef int by::nint
 
typedef unsigned int by::nuint
 
typedef bool by::nbool
 
typedef char by::nchar
 
typedef unsigned char by::nuchar
 
typedef wchar_t by::nwchar
 
typedef tchar by::ntchar
 
typedef short int by::nshort
 
typedef unsigned short int by::nushort
 
typedef float by::nflt
 
typedef double by::ndbl
 
typedef long by::nlong
 
typedef unsigned long by::nulong
 
typedef long long by::nllong
 
typedef unsigned long long by::nullong
 
typedef std::int8_t by::nint8
 
typedef std::uint8_t by::nuint8
 
typedef std::int16_t by::nint16
 
typedef std::uint16_t by::nuint16
 
typedef std::int32_t by::nint32
 
typedef std::uint32_t by::nuint32
 
typedef std::int64_t by::nint64
 
typedef std::uint64_t by::nuint64
 
typedef nint by::nidx
 
typedef nchar by::nbyte
 
typedef nuchar by::nubyte
 
typedef nint64 by::nid
 
typedef nint by::ncnt
 

Variables

constexpr nidx by::BY_INDEX_ERROR = -1
 

Detailed Description

Basic type definitions used across the byeol language system