![]() |
Rosetta
2021.16
|
Platform-specific types for 32-bit Windows. More...
Namespaces | |
| platform | |
| Fixed size types. | |
| platform::file | |
Typedefs | |
| typedef signed int | int32_t |
| Fixed size types. More... | |
| typedef unsigned int | uint32_t |
| typedef long long int | int64_t |
| typedef unsigned long long int | uint64_t |
| typedef long int | intptr_t |
| Scalable size types. More... | |
| typedef unsigned long int | uintptr_t |
| typedef long int | ssize_t |
Functions | |
| bool const | platform::file::CASE_SENSITIVE (false) |
| Are file/path names case sensitive? More... | |
| bool const | platform::file::VOLUME_USED (true) |
| Volume specifier used? More... | |
| char const | platform::file::PATH_SEPARATOR ( '\\') |
| File path separator. More... | |
Platform-specific types for 32-bit Windows.
1.8.7