ldas-tools-al 2.6.7
|
#include <iostream>
#include "ldastoolsal/fstream.hh"
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>
Namespaces | |
namespace | anonymous_namespace{fstream.cc} |
namespace | LDASTools |
Objects of general use and interst. | |
namespace | LDASTools::AL |
The Abstraction Layer. | |
Macros | |
#define | O_ACCMODE ( O_RDONLY | O_WRONLY | O_RDWR ) |
#define | ULL(x) |
#define | MAP_FAILED -1 |
#define | _STLP_LF 10 |
#define | _STLP_CR 13 |
#define | _STLP_CTRLZ 26 |
Functions | |
ios_base::openmode | anonymous_namespace{fstream.cc}::flag_to_openmode (int mode) |
bool | anonymous_namespace{fstream.cc}::__is_regular_file (_STLP_fd fd) |
streamoff | anonymous_namespace{fstream.cc}::__file_size (_STLP_fd fd) |
Variables | |
const std::streamoff | LDASTools::AL::MMAP_CHUNK = std::streamoff( 0x100000UL ) |
#define _STLP_CR 13 |
#define _STLP_CTRLZ 26 |
#define _STLP_LF 10 |
#define MAP_FAILED -1 |
#define O_ACCMODE ( O_RDONLY | O_WRONLY | O_RDWR ) |