![]() |
AmpTools
|


Go to the source code of this file.
Macros | |
| #define | NULL 0 |
Typedefs | |
| typedef char | Char_urt |
| typedef unsigned char | UChar_urt |
| typedef short | Short_urt |
| typedef unsigned short | UShort_urt |
| typedef int | Int_urt |
| typedef unsigned int | UInt_urt |
| typedef int | Seek_urt |
| typedef long | Long_urt |
| typedef unsigned long | ULong_urt |
| typedef float | Float_urt |
| typedef double | Double_urt |
| typedef char | Text_urt |
| typedef bool | Bool_urt |
| typedef unsigned char | Byte_urt |
| typedef short | Version_urt |
| typedef const char | Option_urt |
| typedef int | Ssiz_urt |
| typedef float | Real_urt |
| typedef long long | Long64_urt |
| typedef unsigned long long | ULong64_urt |
| typedef void(* | VoidFuncPtr_urt) () |
Variables | |
| const Bool_urt | kurTRUE = 1 |
| const Bool_urt | kurFALSE = 0 |
| const Int_urt | kurMaxUShort = 65534 |
| const Int_urt | kurMaxShort = kurMaxUShort >> 1 |
| const UInt_urt | kurMaxUInt = ~0 |
| const Int_urt | kurMaxInt = Int_urt(kurMaxUInt >> 1) |
| const ULong64_urt | kurMaxULong64 = ~R__LL(0) |
| const Long64_urt | kurMaxLong64 = Long64_urt(kurMaxULong64 >> 1) |
| const std::size_t | kurBitsPerByte = 8 |
| const Ssiz_urt | kurNPOS = ~(Ssiz_urt)0 |
| typedef double Double_urt |
| typedef long long Long64_urt |
| typedef const char Option_urt |
| typedef unsigned long long ULong64_urt |
| typedef unsigned short UShort_urt |
| typedef short Version_urt |
| const Int_urt kurMaxInt = Int_urt(kurMaxUInt >> 1) |
| const Long64_urt kurMaxLong64 = Long64_urt(kurMaxULong64 >> 1) |
| const Int_urt kurMaxShort = kurMaxUShort >> 1 |
| const ULong64_urt kurMaxULong64 = ~R__LL(0) |