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

Inti::StackObject Class Reference

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

#include <inti/stackobject.h>

Inheritance diagram for Inti::StackObject:

Inti::G::Dir Inti::G::Error Inti::G::Spawn Inti::G::TempFile Inti::G::SpawnAsync Inti::G::SpawnSync List of all members.

Public Member Functions

Constructors

Protected Member Functions

Constructors

Detailed Description

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

StackObject is a base class for automatic (or stack) objects. The purpose of this class is to declare 'operator new' and 'operator delete' private, thereby forcing derived objects to be created on the stack.


The documentation for this class was generated from the following file: Main Page - Footer


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