Public Member Functions

KFbxIteratorDst< Type > Class Template Reference

Search for all occurrences

Detailed Description

template<class Type>
class KFbxIteratorDst< Type >

Definition at line 1442 of file kfbxobject.h.

#include <kfbxobject.h>

Inheritance diagram for KFbxIteratorDst< Type >:
Inheritance graph
[legend]

List of all members.

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 1445 of file kfbxobject.h.

: KFbxIteratorDstBase(pObject,Type::ClassId) {}
KFbxIteratorDst ( KFbxProperty pProperty ) [inline]

Definition at line 1446 of file kfbxobject.h.

: KFbxIteratorDstBase(pProperty,Type::ClassId) {}

Member Function Documentation

Type* GetFirst ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1447 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetFirst(); }
Type* GetNext ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1448 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetNext(); }
Type* GetSafeNext ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1449 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetSafeNext(); }
Type* GetLast ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1450 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetLast(); }
Type* GetPrevious ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1451 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetPrevious(); }
Type* GetSafePrevious ( ) [inline]

Reimplemented from KFbxIteratorDstBase.

Definition at line 1452 of file kfbxobject.h.

{ return (Type *)KFbxIteratorDstBase::GetSafePrevious(); }

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