hpp-util
5.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 > () | |
![]() | |
virtual | ~holder_base ()=default |
Public Attributes | |
T * | t |
![]() | |
const char * | classid |
Additional Inherited Members | |
![]() | |
holder_base (const char *classid) | |
|
inline |
|
inline |
|
inlineexplicit |
T* hpp::serialization::holder< T >::t |