NVBIO
|
#include <nvbio/basic/mmap.h>
#include <nvbio/basic/console.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
struct | nvbio::MappedFile::Impl |
struct | nvbio::ServerMappedFile::Impl |
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |