blocxx
Namespaces | Defines | Typedefs

Types.hpp File Reference

#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.


Defines

#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

Define Documentation

#define BLOCXX_FILENAME_SEPARATOR   "/"
#define BLOCXX_FILENAME_SEPARATOR_C   '/'
#define BLOCXX_INVALID_FILEHANDLE   -1

Definition at line 137 of file Types.hpp.

Referenced by BLOCXX_NAMESPACE::File::close().

#define BLOCXX_INVALID_HANDLE   -1
#define BLOCXX_PATHNAME_SEPARATOR   ":"

Definition at line 155 of file Types.hpp.

#define BLOCXX_SHAREDLIB_EXTENSION   ".so"

Definition at line 150 of file Types.hpp.