Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | List of all members
volcart::mmap_info Struct Reference

Memmap record. More...

#include <vc/core/util/MemMap.hpp>

Inheritance diagram for volcart::mmap_info:
[legend]

Public Member Functions

 operator bool () const
 

Public Attributes

void * addr {nullptr}
 
std::int64_t size {-1}
 

Detailed Description

Memmap record.

Definition at line 22 of file MemMap.hpp.

Member Function Documentation

◆ operator bool()

volcart::mmap_info::operator bool ( ) const
explicit

Whether this is a valid mapping

Member Data Documentation

◆ addr

void* volcart::mmap_info::addr {nullptr}

Address of mapped memory

Definition at line 26 of file MemMap.hpp.

◆ size

std::int64_t volcart::mmap_info::size {-1}

Size of mapped memory

Definition at line 28 of file MemMap.hpp.


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