#include <fbxlayer.h>
This class provides simple RAII-style read locking of a FbxLayerElementArray object.
Definition at line 811 of file fbxlayer.h.
Public Member Functions | |
FbxLayerElementArrayReadLock (FbxLayerElementArray &pArray) | |
~FbxLayerElementArrayReadLock () | |
const T * | GetData () const |
|
inline |
On construction, this class requires the read lock.
Definition at line 816 of file fbxlayer.h.
|
inline |
On destruction, this class releases the read lock.
Definition at line 824 of file fbxlayer.h.
|
inline |
Retrieve the locked array data.
Definition at line 835 of file fbxlayer.h.