|
hpp-util 6.0.0
Debugging tools for the HPP project.
|
#include <hpp/util/serialization.hh>


Public Member Functions | |
| holder (T *t, const char *classid) | |
| holder (T *t) | |
| template<typename U > | |
| operator holder< U > () | |
Public Member Functions inherited from hpp::serialization::holder_base | |
| virtual | ~holder_base ()=default |
Public Attributes | |
| T * | t |
Public Attributes inherited from hpp::serialization::holder_base | |
| const char * | classid |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::serialization::holder_base | |
| holder_base (const char *classid) | |
|
inline |
|
inline |
|
inlineexplicit |
| T* hpp::serialization::holder< T >::t |