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

#include <stacked.h>

Public Types

typedef Tf_StackedStorageType
< T, PerThread >::Stack 
Stack
 
typedef Tf_StackedStorageType
< T, PerThread >::Type 
Type
 

Static Public Attributes

static std::atomic< Type * > value
 

Detailed Description

template<typename T, bool PerThread>
struct Tf_StackedStorage< T, PerThread >

Definition at line 110 of file stacked.h.

Member Typedef Documentation

template<typename T , bool PerThread>
typedef Tf_StackedStorageType<T, PerThread>::Stack Tf_StackedStorage< T, PerThread >::Stack

Definition at line 111 of file stacked.h.

template<typename T , bool PerThread>
typedef Tf_StackedStorageType<T, PerThread>::Type Tf_StackedStorage< T, PerThread >::Type

Definition at line 112 of file stacked.h.

Member Data Documentation

template<typename T , bool PerThread>
std::atomic<Type*> Tf_StackedStorage< T, PerThread >::value
static

Definition at line 113 of file stacked.h.


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