Assimp  v3.1.1 (June 2014)
Assimp::SharedPostProcessInfo::TStaticData< T > Struct Template Reference

Represents static, by-value data not allocated on the heap. More...

Inherits Assimp::SharedPostProcessInfo::Base.

Public Member Functions

 TStaticData (T in)
 
 ~TStaticData ()
 
- Public Member Functions inherited from Assimp::SharedPostProcessInfo::Base
virtual ~Base ()
 

Public Attributes

data
 

Detailed Description

template<typename T>
struct Assimp::SharedPostProcessInfo::TStaticData< T >

Represents static, by-value data not allocated on the heap.

Constructor & Destructor Documentation

◆ TStaticData()

template<typename T >
Assimp::SharedPostProcessInfo::TStaticData< T >::TStaticData ( in)
inlineexplicit

◆ ~TStaticData()

template<typename T >
Assimp::SharedPostProcessInfo::TStaticData< T >::~TStaticData ( )
inline

Member Data Documentation

◆ data

template<typename T >
T Assimp::SharedPostProcessInfo::TStaticData< T >::data

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