|
Home / Open source / Terimber 2.0
ostypes.h File Reference
Go to the source code of this file.
|
Classes |
| struct | _terimber_guid_ |
Typedefs |
| typedef signed char | sb1_t |
| typedef unsigned char | ub1_t |
| typedef short | sb2_t |
| typedef unsigned short | ub2_t |
| typedef long | sb4_t |
| typedef unsigned long | ub4_t |
| typedef __int64 | sb8_t |
| typedef unsigned __int64 | ub8_t |
| typedef unsigned short | wchar_t |
| typedef struct _terimber_guid_ | guid_t |
Functions |
| guid_t | uuid_gen () |
Variables |
| const guid_t | null_uuid = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
Typedef Documentation
| typedef signed char sb1_t |
| typedef unsigned char ub1_t |
| typedef unsigned short ub2_t |
| typedef unsigned long ub4_t |
| typedef unsigned __int64 ub8_t |
Function Documentation
Variable Documentation
| const guid_t null_uuid = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
|
|