BControlledMemoryObject Class Reference

#include <BStreamFileToolkit.h>

Inheritance diagram for BControlledMemoryObject:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base class for any class whose objects may have ownership passed across DLL boundaries. Allocation & deallocation need to take place in the sane DLL scope (at least on Windows), this forces it to happen within the stream DLL.

Definition at line 55 of file BStreamFileToolkit.h.

Public Member Functions

void * operator new (size_t size)
 force allocation to happen in the stream toolkit's scope
void operator delete (void *p)
 force deallocation to happen in the stream toolkit's scope


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:41:38 2009 for Autodesk DWF 3D Toolkit by  doxygen 1.4.5