#include <NullPtrAdapter.h>
Inheritance diagram for FastShower::NullPtrAdapter< Type >:
Public Methods | |
Type * | adapt (Type *ptr, const std::string &) const |
|
Implements FastShower::IPtrAdapter< Type >. Definition at line 22 of file NullPtrAdapter.h.
00022 {
00023 return ptr;
00024 }
|