Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Pagefile_Memory_Pool_Options Class Reference

Helper class for Pagefile Memory Pool constructor options. More...

#include <Memory_Pool.h>

List of all members.

Public Methods

 ACE_Pagefile_Memory_Pool_Options (void *base_addr = ACE_DEFAULT_PAGEFILE_POOL_BASE, size_t max_size = ACE_DEFAULT_PAGEFILE_POOL_SIZE)

Public Attributes

void* base_addr_
 Base address of the memory-mapped backing store.

size_t max_size_
 Maximum size the pool may grow.


Detailed Description

Helper class for Pagefile Memory Pool constructor options.

This should be a nested class, but that breaks too many compilers.


Constructor & Destructor Documentation

ACE_Pagefile_Memory_Pool_Options::ACE_Pagefile_Memory_Pool_Options ( void * base_addr = ACE_DEFAULT_PAGEFILE_POOL_BASE,
size_t max_size = ACE_DEFAULT_PAGEFILE_POOL_SIZE )
 


Member Data Documentation

void * ACE_Pagefile_Memory_Pool_Options::base_addr_
 

Base address of the memory-mapped backing store.

size_t ACE_Pagefile_Memory_Pool_Options::max_size_
 

Maximum size the pool may grow.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:03:39 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000