|
blocxx
|
#include "blocxx/BLOCXX_config.h"#include <sys/types.h>Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Macros | |
| #define | BLOCXX_INVALID_HANDLE -1 |
| #define | BLOCXX_INVALID_FILEHANDLE -1 |
| #define | BLOCXX_SHAREDLIB_EXTENSION ".so" |
| #define | BLOCXX_FILENAME_SEPARATOR "/" |
| #define | BLOCXX_FILENAME_SEPARATOR_C '/' |
| #define | BLOCXX_PATHNAME_SEPARATOR ":" |
Typedefs | |
| typedef unsigned char | BLOCXX_NAMESPACE::UInt8 |
| typedef signed char | BLOCXX_NAMESPACE::Int8 |
| typedef int | BLOCXX_NAMESPACE::FileHandle |
| typedef int | BLOCXX_NAMESPACE::Descriptor |
| typedef uid_t | BLOCXX_NAMESPACE::UserId |
| typedef pid_t | BLOCXX_NAMESPACE::ProcId |