Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
Sacado::Fad::MemPool::Chunk Struct Reference

Represents a memory chunk. More...

#include <Sacado_Fad_MemPool.hpp>

Public Attributes

Chunknext
 
char * mem
 

Detailed Description

Represents a memory chunk.

Definition at line 83 of file Sacado_Fad_MemPool.hpp.

Member Data Documentation

Chunk* Sacado::Fad::MemPool::Chunk::next

Definition at line 84 of file Sacado_Fad_MemPool.hpp.

char* Sacado::Fad::MemPool::Chunk::mem

Definition at line 85 of file Sacado_Fad_MemPool.hpp.


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