ACE_Pagefile_Memory_Pool_Options Class Reference

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

#include <Pagefile_Memory_Pool.h>

List of all members.

Public Member Functions

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


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.

Definition at line 40 of file Pagefile_Memory_Pool.h.


Constructor & Destructor Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL 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
 

Initialization method.

Definition at line 36 of file Pagefile_Memory_Pool.cpp.

00039   : base_addr_ (base_addr),
00040     max_size_ (max_size)
00041 {
00042 }


Member Data Documentation

void* ACE_Pagefile_Memory_Pool_Options::base_addr_
 

Base address of the memory-mapped backing store.

Definition at line 49 of file Pagefile_Memory_Pool.h.

size_t ACE_Pagefile_Memory_Pool_Options::max_size_
 

Maximum size the pool may grow.

Definition at line 52 of file Pagefile_Memory_Pool.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:26:18 2006 for ACE by doxygen 1.3.6