#include <MEM_SAP.h>
◆ ACE_MEM_SAP_NODE_PTR
◆ ACE_MEM_SAP_Node()
ACE_MEM_SAP_Node::ACE_MEM_SAP_Node |
( |
size_t | cap | ) |
|
|
inline |
Initialize the node with its capacity.
◆ capacity()
size_t ACE_MEM_SAP_Node::capacity |
( |
| ) |
const |
|
inline |
Get the capacity of this block of data.
◆ data()
void * ACE_MEM_SAP_Node::data |
( |
| ) |
|
|
inline |
Get the pointer to the block of data we hold.
◆ size()
size_t ACE_MEM_SAP_Node::size |
( |
| ) |
const |
|
inline |
Get the size of the data we hold.
◆ capacity_
size_t ACE_MEM_SAP_Node::capacity_ |
The maximum size of this memory block.
◆ next_
◆ size_
size_t ACE_MEM_SAP_Node::size_ |
The documentation for this class was generated from the following files: