|
FBX C++ API Reference
|
#include <fbxsync.h>
A simple stack of linked items that is multi-thread safe, protected by a spinlock.
Classes | |
| struct | Item |
| A single link item to be used to construct the stack. More... | |
Public Member Functions | |
| FbxSyncStack () | |
| Constructor. More... | |
| void | Push (Item *pItem) |
| Add an item on the top of the stack. More... | |
| Item * | Pop () |
| Remove the item on the top of the stack. More... | |
| FbxSyncStack | ( | ) |
Constructor.
| void Push | ( | Item * | pItem | ) |
Add an item on the top of the stack.
| pItem | The item to add on top of the stack. |
| Item* Pop | ( | ) |
Remove the item on the top of the stack.