#include <utilitymacros.h>
Collaboration diagram for UnivesalStorage_T< Base, SIZE >:

Public Member Functions | |
| template<class From> | |
| UnivesalStorage_T (const From &from) | |
| ~UnivesalStorage_T () | |
Private Attributes | |
| char | itsStorage [SIZE] | 
Example: UnivesalStorage_T <BaseClass, sizeof (function())> auto_var (function()); ________________________________________________________rado__
Definition at line 380 of file utilitymacros.h.
| UnivesalStorage_T< Base, SIZE >::UnivesalStorage_T | ( | const From & | from | ) |  [inline] | 
        
Definition at line 386 of file utilitymacros.h.
References UnivesalStorage_T< Base, SIZE >::itsStorage.
| UnivesalStorage_T< Base, SIZE >::~UnivesalStorage_T | ( | ) |  [inline] | 
        
Definition at line 397 of file utilitymacros.h.
References UnivesalStorage_T< Base, SIZE >::itsStorage.
char UnivesalStorage_T< Base, SIZE >::itsStorage[SIZE] [private]           | 
        
Definition at line 382 of file utilitymacros.h.
Referenced by UnivesalStorage_T< Base, SIZE >::UnivesalStorage_T(), and UnivesalStorage_T< Base, SIZE >::~UnivesalStorage_T().
 1.4.7