Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

FastShower::NullPtrAdapter< Type > Class Template Reference

#include <NullPtrAdapter.h>

Inheritance diagram for FastShower::NullPtrAdapter< Type >:

Inheritance graph
[legend]
Collaboration diagram for FastShower::NullPtrAdapter< Type >:

Collaboration graph
[legend]
List of all members.

Public Methods

Type * adapt (Type *ptr, const std::string &) const

template<class Type>
class FastShower::NullPtrAdapter< Type >


Member Function Documentation

template<class Type>
Type* FastShower::NullPtrAdapter< Type >::adapt Type *    ptr,
const std::string &   
const [inline, virtual]
 

Implements FastShower::IPtrAdapter< Type >.

Definition at line 22 of file NullPtrAdapter.h.

00022                                                   {
00023       return ptr;
00024     }

The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:56:44 2003 for FastShowerUtils by doxygen1.3-rc1