rGluintObjectDummy Class Reference

unusable dummy wrapper More...

#include <rGLuintObject.h>

Inheritance diagram for rGluintObjectDummy:

Inheritance graph
[legend]
Collaboration diagram for rGluintObjectDummy:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~rGluintObjectDummy ()

Private Member Functions

virtual void DoGen ()
 really reserves the object
virtual void DoDelete ()
 really frees the object


Detailed Description

unusable dummy wrapper

Definition at line 58 of file rGLuintObject.h.


Constructor & Destructor Documentation

rGluintObjectDummy::~rGluintObjectDummy (  )  [inline]

Definition at line 61 of file rGLuintObject.h.

References rGLuintObject::Delete().

00061 { Delete(); }

Here is the call graph for this function:


Member Function Documentation

virtual void rGluintObjectDummy::DoGen (  )  [inline, private, virtual]

really reserves the object

Implements rGLuintObject.

Definition at line 64 of file rGLuintObject.h.

References tASSERT.

00064 { tASSERT(0); }

virtual void rGluintObjectDummy::DoDelete (  )  [inline, private, virtual]

really frees the object

Implements rGLuintObject.

Definition at line 65 of file rGLuintObject.h.

References tASSERT.

00065 {  tASSERT(0); }


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:52:42 2008 for Armagetron Advanced by  doxygen 1.5.4