HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfSmallVectorBase::_Data< U, M > 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, size_type M>
union TfSmallVectorBase::_Data< U, M >

Definition at line 87 of file smallVector.h.

Member Function Documentation

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

Definition at line 90 of file smallVector.h.

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

Definition at line 94 of file smallVector.h.

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

Definition at line 98 of file smallVector.h.

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

Definition at line 102 of file smallVector.h.

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

Definition at line 106 of file smallVector.h.


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