Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

FBuffer Struct Reference

Struct describes a buffer in memory. More...

#include <fret.h>


Data Fields

BufferId id
unsigned char * pMem
size_t length


Detailed Description

Struct describes a buffer in memory.

Each Buffer that will be analysed must be stored in one of these objects before being passed to the API.


Field Documentation

BufferId FBuffer::id
 

Unique ID of Buffer.

See also:
BufferId

size_t FBuffer::length
 

Length of the buffer. Zero if no memory is allocated.

unsigned char* FBuffer::pMem
 

A pointer to location of buffer in memory.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 19 18:59:27 2006 for FRET by  doxygen 1.4.4