ACE_TSS_Type_Adapter< TYPE > Class Template ReferenceAdapter that allows built-in types to be used with ACE_TSS. More...
Collaboration diagram for ACE_TSS_Type_Adapter< TYPE >:
![]()
Detailed Descriptiontemplate<class TYPE>
Adapter that allows built-in types to be used with ACE_TSS.
|
ACE_TSS_Type_Adapter< TYPE >::ACE_TSS_Type_Adapter | ( | const TYPE | value = 0 |
) | [inline] |
Constructor. Inlined here so that it should _always_ be inlined.
ACE_TSS_Type_Adapter< TYPE >::operator TYPE | ( | ) | const [inline] |
TYPE conversion. Inlined here so that it should _always_ be inlined.
ACE_TSS_Type_Adapter< TYPE >::operator TYPE & | ( | ) | [inline] |
TYPE & conversion. Inlined here so that it should _always_ be inlined.
TYPE ACE_TSS_Type_Adapter< TYPE >::value_ [private] |
The wrapped value.