KFbxIteratorDst Class Template Reference

#include <kfbxobject.h>
Inheritance diagram for KFbxIteratorDst:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<class Type>
class KFbxIteratorDst< Type >

Definition at line 1466 of file kfbxobject.h.


Public Member Functions

  KFbxIteratorDst (KFbxObject *pObject)
  KFbxIteratorDst (KFbxProperty &pProperty)
Type *  GetFirst ()
Type *  GetNext ()
Type *  GetSafeNext ()
Type *  GetLast ()
Type *  GetPrevious ()
Type *  GetSafePrevious ()

Constructor & Destructor Documentation

KFbxIteratorDst ( KFbxObject pObject  )  [inline]

Definition at line 1469 of file kfbxobject.h.

KFbxIteratorDst ( KFbxProperty pProperty  )  [inline]

Definition at line 1470 of file kfbxobject.h.


Member Function Documentation

Type* GetFirst (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1471 of file kfbxobject.h.

References KFbxIteratorDstBase::GetFirst().

Type* GetNext (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1472 of file kfbxobject.h.

References KFbxIteratorDstBase::GetNext().

Type* GetSafeNext (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1473 of file kfbxobject.h.

References KFbxIteratorDstBase::GetSafeNext().

Type* GetLast (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1474 of file kfbxobject.h.

References KFbxIteratorDstBase::GetLast().

Type* GetPrevious (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1475 of file kfbxobject.h.

References KFbxIteratorDstBase::GetPrevious().

Type* GetSafePrevious (  )  [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1476 of file kfbxobject.h.

References KFbxIteratorDstBase::GetSafePrevious().