[protected].
Inheritance diagram for KFbxIteratorSrcBase:

Definition at line 359 of file kfbxplug.h.
Public Member Functions | |
| KFbxIteratorSrcBase (KFbxPlug *pPlug, kFbxClassId pClassId) | |
| KFbxPlug * | GetFirst () |
| KFbxPlug * | GetNext () |
| KFbxPlug * | GetSafeNext () |
| KFbxPlug * | GetLast () |
| KFbxPlug * | GetPrevious () |
| KFbxPlug * | GetSafePrevious () |
Protected Member Functions | |
| void | ResetToBegin () |
| void | ResetToEnd () |
Protected Attributes | |
| KFbxPlug * | mPlug |
| kFbxClassId | mClassId |
| int | mSize |
| int | mIndex |