Ion
|
#include "staticsafedeclare.h"
Public Member Functions | |
StaticDeleterBase (const std::string &name) | |
virtual | ~StaticDeleterBase () |
const std::string & | GetTypeName () const |
Returns the name of the type this deleter deletes. More... | |
Protected Attributes | |
std::string | type_name_ |
Definition at line 134 of file staticsafedeclare.h.
|
inlineexplicit |
Definition at line 136 of file staticsafedeclare.h.
|
inlinevirtual |
Definition at line 137 of file staticsafedeclare.h.
|
inline |
Returns the name of the type this deleter deletes.
Definition at line 140 of file staticsafedeclare.h.
References type_name_.
|
protected |
Definition at line 143 of file staticsafedeclare.h.
Referenced by GetTypeName().