Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

sglNoRefDataPtr Class Reference

#include <sglDataPtr.hpp>

Inheritance diagram for sglNoRefDataPtr::

sglDataPtr sglObject List of all members.

Public Methods

 sglNoRefDataPtr (void *ptr)
virtual ~sglNoRefDataPtr ()
virtual void* getData () const

Detailed Description

Reference counted container for a data pointer. Upon destruction the data pointer will NOT be deleted or freed. It is the user's responsibility to manage this memory.

Definition at line 141 of file sglDataPtr.hpp.


Constructor & Destructor Documentation

sglNoRefDataPtr::sglNoRefDataPtr ( void * ptr ) [inline]
 

Constructor.

Definition at line 145 of file sglDataPtr.hpp.

sglNoRefDataPtr::~sglNoRefDataPtr ( ) [inline, virtual]
 

Destructor.

Definition at line 148 of file sglDataPtr.hpp.


Member Function Documentation

void * sglNoRefDataPtr::getData ( ) const [inline, virtual]
 

Get the data pointer.

Returns:
Pointer to the data.

Reimplemented from sglDataPtr.

Definition at line 151 of file sglDataPtr.hpp.


The documentation for this class was generated from the following file:
Generated at Mon Jul 1 18:00:09 2002 for SGL by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001