#include <MEM_SAP.h>
Public Member Functions |
| ACE_MEM_SAP_Node (size_t cap) |
| Initialize the node with its capacity.
|
size_t | size (void) const |
| Get the size of the data we hold.
|
size_t | capacity (void) const |
| Get the capacity of this block of data.
|
void * | data (void) |
| Get the pointer to the block of data we hold.
|
Member Typedef Documentation
Constructor & Destructor Documentation
ACE_MEM_SAP_Node::ACE_MEM_SAP_Node |
( |
size_t |
cap | ) |
|
|
inline |
Initialize the node with its capacity.
Member Function Documentation
size_t ACE_MEM_SAP_Node::capacity |
( |
void |
| ) |
const |
|
inline |
Get the capacity of this block of data.
void * ACE_MEM_SAP_Node::data |
( |
void |
| ) |
|
|
inline |
Get the pointer to the block of data we hold.
size_t ACE_MEM_SAP_Node::size |
( |
void |
| ) |
const |
|
inline |
Get the size of the data we hold.
Member Data Documentation
size_t ACE_MEM_SAP_Node::capacity_ |
The maximum size of this memory block.
size_t ACE_MEM_SAP_Node::size_ |
The documentation for this class was generated from the following files: