NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Methods | List of all members
nvbio::MappedFile Struct Reference

Detailed description

A class to map a memory object into a client process. See ServerMappedFile.

Definition at line 93 of file mmap.h.

#include <mmap.h>

Classes

struct  Impl
 
struct  mapping_error
 
struct  view_error
 

Public Methods

 MappedFile ()
 
 ~MappedFile ()
 
void * init (const char *name, const uint64 file_size)
 

Constructor & Destructor Documentation

nvbio::MappedFile::MappedFile ( )

constructor

Definition at line 181 of file mmap.cpp.

nvbio::MappedFile::~MappedFile ( )

destructor

Definition at line 211 of file mmap.cpp.

Member Function Documentation

void * nvbio::MappedFile::init ( const char *  name,
const uint64  file_size 
)

initialize the memory mapped file

Definition at line 183 of file mmap.cpp.


The documentation for this struct was generated from the following files: