Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

stackobject.h File Reference

A C++ base class for automatic (or stack) objects. More...

#include <cstddef>

Go to the source code of this file.

Namespaces


Detailed Description

A C++ base class for automatic (or stack) objects.

Provides StackObject, a base class that declares 'operator new' and 'operator delete' private, thereby forcing dervied objects to be created on the stack. Main Page - Footer


Generated on Sun Sep 14 20:08:05 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002