OpenDDS  Snapshot(2023/04/28-20:55)
Classes | Namespaces | Macros
PoolAllocationBase.h File Reference
#include <new>
#include "SafetyProfilePool.h"
Include dependency graph for PoolAllocationBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenDDS::DCPS::PoolAllocationBase
 

Namespaces

 OpenDDS
 The Internal API and Implementation of OpenDDS.
 
 OpenDDS::DCPS
 

Macros

#define OPENDDS_POOL_ALLOCATION_HOOKS
 
#define OPENDDS_POOL_ALLOCATION_FWD
 

Macro Definition Documentation

◆ OPENDDS_POOL_ALLOCATION_FWD

#define OPENDDS_POOL_ALLOCATION_FWD
Value:
using PoolAllocationBase::operator new; \
using PoolAllocationBase::operator new[]; \
using PoolAllocationBase::operator delete; \
using PoolAllocationBase::operator delete[]; \

Definition at line 49 of file PoolAllocationBase.h.

Referenced by OpenDDS::DCPS::TcpConnection::impl(), and OpenDDS::DCPS::ReactorTask::open().

◆ OPENDDS_POOL_ALLOCATION_HOOKS

#define OPENDDS_POOL_ALLOCATION_HOOKS

Definition at line 7 of file PoolAllocationBase.h.