FbxSyncStack::Item Struct Reference


Detailed Description

A single link item to be used to construct the stack.

Definition at line 158 of file fbxsync.h.

#include <fbxsync.h>

List of all members.

Public Member Functions

 Item ()
ItemSet (Item *pNext)
ItemNext ()

Public Attributes

ItemmNext

Constructor & Destructor Documentation

Item ( ) [inline]

Definition at line 161 of file fbxsync.h.

{ mNext = NULL; }

Member Function Documentation

Item* Set ( Item pNext) [inline]

Definition at line 162 of file fbxsync.h.

{ return mNext = pNext; }
Item* Next ( ) [inline]

Definition at line 163 of file fbxsync.h.

{ return mNext; }

Member Data Documentation

Definition at line 160 of file fbxsync.h.


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