@@ -2526,41 +2526,41 @@ Otherwise the case of this character denotes scope.
2526
2526
The following table is the default mapping table of Hungarian Notation which
2527
2527
maps Decl to its prefix string. You can also have your own style in config file.
2528
2528
2529
- ================= ============== ====================== ============== =========== ==============
2530
- Primitive Types Microsoft data types
2531
- ---------------------------------------------------------------------- ------------ --------------
2532
- Type Prefix Type Prefix Type Prefix
2533
- ================= ============== ====================== ============== =========== ==============
2534
- int8_t i8 signed int si BOOL b
2535
- int16_t i16 signed short ss BOOLEAN b
2536
- int32_t i32 signed short int ssi BYTE by
2537
- int64_t i64 signed long long int slli CHAR c
2538
- uint8_t u8 signed long long sll UCHAR uc
2539
- uint16_t u16 signed long int sli SHORT s
2540
- uint32_t u32 signed long sl USHORT us
2541
- uint64_t u64 signed s WORD w
2542
- char8_t c8 unsigned long long int ulli DWORD dw
2543
- char16_t c16 unsigned long long ull DWORD32 dw32
2544
- char32_t c32 unsigned long int uli DWORD64 dw64
2545
- float f unsigned long ul LONG l
2546
- double d unsigned short int usi ULONG ul
2547
- char c unsigned short us ULONG32 ul32
2548
- bool b unsigned int ui ULONG64 ul64
2549
- _Bool b unsigned char uc ULONGLONG ull
2550
- int i unsigned u HANDLE h
2551
- size_t n long long int lli INT i
2552
- short s long double ld INT8 i8
2553
- signed i long long ll INT16 i16
2554
- unsigned u long int li INT32 i32
2555
- long l long l INT64 i64
2556
- long long ll ptrdiff_t p UINT ui
2557
- unsigned long ul void *none * UINT8 u8
2558
- long double ld UINT16 u16
2559
- ptrdiff_t p UINT32 u32
2560
- wchar_t wc UINT64 u64
2561
- short int si PVOID p
2529
+ ================= ============== ====================== ============== ============== ==============
2530
+ Primitive Type Microsoft Type
2531
+ ----------------- -------------- ---------------------- -------------- -------------- --------------
2532
+ Type Prefix Type Prefix Type Prefix
2533
+ ================= ============== ====================== ============== ============== ==============
2534
+ int8_t i8 signed int si BOOL b
2535
+ int16_t i16 signed short ss BOOLEAN b
2536
+ int32_t i32 signed short int ssi BYTE by
2537
+ int64_t i64 signed long long int slli CHAR c
2538
+ uint8_t u8 signed long long sll UCHAR uc
2539
+ uint16_t u16 signed long int sli SHORT s
2540
+ uint32_t u32 signed long sl USHORT us
2541
+ uint64_t u64 signed s WORD w
2542
+ char8_t c8 unsigned long long int ulli DWORD dw
2543
+ char16_t c16 unsigned long long ull DWORD32 dw32
2544
+ char32_t c32 unsigned long int uli DWORD64 dw64
2545
+ float f unsigned long ul LONG l
2546
+ double d unsigned short int usi ULONG ul
2547
+ char c unsigned short us ULONG32 ul32
2548
+ bool b unsigned int ui ULONG64 ul64
2549
+ _Bool b unsigned char uc ULONGLONG ull
2550
+ int i unsigned u HANDLE h
2551
+ size_t n long long int lli INT i
2552
+ short s long double ld INT8 i8
2553
+ signed i long long ll INT16 i16
2554
+ unsigned u long int li INT32 i32
2555
+ long l long l INT64 i64
2556
+ long long ll ptrdiff_t p UINT ui
2557
+ unsigned long ul void *none * UINT8 u8
2558
+ long double ld UINT16 u16
2559
+ ptrdiff_t p UINT32 u32
2560
+ wchar_t wc UINT64 u64
2561
+ short int si PVOID p
2562
2562
short s
2563
- ================= ============== ====================== ============== =========== ==============
2563
+ ================= ============== ====================== ============== ============== ==============
2564
2564
2565
2565
**There are more trivial options for Hungarian Notation: **
2566
2566
0 commit comments