HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfSmallVectorBase::_Data< U, 0 > Union Template Reference

#include <smallVector.h>

Public Member Functions

U * GetLocalStorage ()
 
const U * GetLocalStorage () const
 
U * GetRemoteStorage ()
 
const U * GetRemoteStorage () const
 
void SetRemoteStorage (U *p)
 

Detailed Description

template<typename U>
union TfSmallVectorBase::_Data< U, 0 >

Definition at line 121 of file smallVector.h.

Member Function Documentation

template<typename U >
U* TfSmallVectorBase::_Data< U, 0 >::GetLocalStorage ( )
inline

Definition at line 124 of file smallVector.h.

template<typename U >
const U* TfSmallVectorBase::_Data< U, 0 >::GetLocalStorage ( ) const
inline

Definition at line 129 of file smallVector.h.

template<typename U >
U* TfSmallVectorBase::_Data< U, 0 >::GetRemoteStorage ( )
inline

Definition at line 134 of file smallVector.h.

template<typename U >
const U* TfSmallVectorBase::_Data< U, 0 >::GetRemoteStorage ( ) const
inline

Definition at line 138 of file smallVector.h.

template<typename U >
void TfSmallVectorBase::_Data< U, 0 >::SetRemoteStorage ( U *  p)
inline

Definition at line 142 of file smallVector.h.


The documentation for this union was generated from the following file: