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

Detailed description

A class to create a memory mapped object into a server process. The mapped file is destroyed when the destructor is called. See MappedFile.

Definition at line 132 of file mmap.h.

#include <mmap.h>

Classes

struct  Impl
 
struct  mapping_error
 
struct  view_error
 

Public Methods

 ServerMappedFile ()
 
 ~ServerMappedFile ()
 
void * init (const char *name, const uint64 file_size, const void *src)
 initialize the memory mapped file More...
 

Constructor & Destructor Documentation

nvbio::ServerMappedFile::ServerMappedFile ( )

constructor

Definition at line 219 of file mmap.cpp.

nvbio::ServerMappedFile::~ServerMappedFile ( )

destructor

Definition at line 252 of file mmap.cpp.

Member Function Documentation

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

initialize the memory mapped file

Definition at line 221 of file mmap.cpp.


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