HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_StackedStorageType< T, PerThread > Class Template Reference

#include <stacked.h>

Public Types

typedef std::vector< T const * > Stack
 
typedef std::conditional
< PerThread,
_PerThreadStackStorage,
_GlobalStackStorage >::type 
Type
 

Detailed Description

template<typename T, bool PerThread>
class Tf_StackedStorageType< T, PerThread >

Definition at line 56 of file stacked.h.

Member Typedef Documentation

template<typename T, bool PerThread>
typedef std::vector<T const *> Tf_StackedStorageType< T, PerThread >::Stack

Definition at line 58 of file stacked.h.

template<typename T, bool PerThread>
typedef std::conditional< PerThread, _PerThreadStackStorage, _GlobalStackStorage >::type Tf_StackedStorageType< T, PerThread >::Type

Definition at line 98 of file stacked.h.


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