Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Block

#include "memory.hh"

Public Member Functions

Block ()=default
Block (const Block &src)=default
Block (void *b, uint32 l)
Block &operator= (const Block &src)

Public Attributes

const uint32block_length
void *constblock_start

Detailed Description

Reference for an allocated memory block.

Constructor & Destructor Documentation

Block() [1/3]

Block ( void * b,
uint32 l
)

Block() [2/3]

Block ( const Block & src)
default

Block() [3/3]

Block ( )
default

Member Function Documentation

operator=()

Block & operator= ( const Block & src)

Member Data Documentation

block_start

void* const block_start

block_length

const uint32 block_length