ADTF  3.18.3
memorybuffer.h File Reference

Public API for MemoryBuffer type and functions. More...

Go to the source code of this file.

Classes

class  MemoryBuffer
 Memory buffer class to encapsulate and manage raw contiguously memory. More...
 

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::memory
 Serves as component for memory access and management.
 

Functions

bool operator== (const MemoryBuffer &lhs, const MemoryBuffer &rhs)
 Compare content of the managed memory of two memory buffer objects for equality. More...
 
bool operator!= (const MemoryBuffer &lhs, const MemoryBuffer &rhs)
 Compare content of the managed memory of two memory buffer objects for inequality. More...
 

Detailed Description

Public API for MemoryBuffer type and functions.

Definition in file memorybuffer.h.