FbxSyncStack::Item Struct Reference
 
 
 
FbxSyncStack::Item Struct Reference

#include <fbxsync.h>


Class Description

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

Definition at line 158 of file fbxsync.h.

List of all members.

Public Member Functions

  Item ()
Item Set (Item *pNext)
Item Next ()

Public Attributes

Item mNext

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: