Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
ApraChunk Class Reference

#include <ApraPool.h>

Collaboration diagram for ApraChunk:
Collaboration graph

Public Member Functions

 ApraChunk ()
 
void set (void *_ptr, ApraChunk *_next)
 
void setNext (ApraChunk *_next)
 
void * get ()
 
ApraChunkgetNext ()
 

Private Attributes

void * ptr
 
ApraChunknext
 

Constructor & Destructor Documentation

◆ ApraChunk()

ApraChunk::ApraChunk ( )
inline

Member Function Documentation

◆ get()

void * ApraChunk::get ( )
inline
Here is the caller graph for this function:

◆ getNext()

ApraChunk * ApraChunk::getNext ( )
inline
Here is the caller graph for this function:

◆ set()

void ApraChunk::set ( void * _ptr,
ApraChunk * _next )
inline
Here is the caller graph for this function:

◆ setNext()

void ApraChunk::setNext ( ApraChunk * _next)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ next

ApraChunk* ApraChunk::next
private

◆ ptr

void* ApraChunk::ptr
private

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