KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::MemoryMap Class Reference

#include <memorymap.h>

Public Member Functions

 MemoryMap ()
 
 MemoryMap (int size, int prot, int flags, int fd, off_t offset)
 
 MemoryMap (MemoryMap &&other)
 
 ~MemoryMap ()
 
MemoryMapoperator= (MemoryMap &&other)
 
bool isValid () const
 
void * data () const
 
int size () const
 

Detailed Description

Definition at line 15 of file memorymap.h.

Constructor & Destructor Documentation

◆ MemoryMap() [1/3]

KWin::MemoryMap::MemoryMap ( )
inline

Definition at line 18 of file memorymap.h.

◆ MemoryMap() [2/3]

KWin::MemoryMap::MemoryMap ( int size,
int prot,
int flags,
int fd,
off_t offset )
inline

Definition at line 24 of file memorymap.h.

◆ MemoryMap() [3/3]

KWin::MemoryMap::MemoryMap ( MemoryMap && other)
inline

Definition at line 30 of file memorymap.h.

◆ ~MemoryMap()

KWin::MemoryMap::~MemoryMap ( )
inline

Definition at line 36 of file memorymap.h.

Member Function Documentation

◆ data()

void * KWin::MemoryMap::data ( ) const
inline

Definition at line 58 of file memorymap.h.

◆ isValid()

bool KWin::MemoryMap::isValid ( ) const
inline

Definition at line 53 of file memorymap.h.

◆ operator=()

MemoryMap & KWin::MemoryMap::operator= ( MemoryMap && other)
inline

Definition at line 43 of file memorymap.h.

◆ size()

int KWin::MemoryMap::size ( ) const
inline

Definition at line 63 of file memorymap.h.


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