GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::StackObject Class Reference

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

#include <gfc/stackobject.hh>

Inheritance diagram for GFC::StackObject:

GFC::G::Dir GFC::G::Error GFC::G::Spawn GFC::G::TempFile GFC::G::SpawnAsync GFC::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:
Generated on Tue Aug 24 00:04:57 2004 for GFC-Core by doxygen 1.3.8