Public Member Functions

KFbxIteratorSrc< Type > Class Template Reference

Search for all occurrences

Detailed Description

template<class Type>
class KFbxIteratorSrc< Type >

Definition at line 1355 of file kfbxobject.h.

#include <kfbxobject.h>

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

KFbxIteratorSrc ( KFbxObject pObject ) [inline]

Definition at line 1358 of file kfbxobject.h.

: KFbxIteratorSrcBase(pObject,Type::ClassId) {}
KFbxIteratorSrc ( KFbxProperty pProperty ) [inline]

Definition at line 1359 of file kfbxobject.h.

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

Member Function Documentation

Type* GetFirst ( ) [inline]

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1360 of file kfbxobject.h.

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

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1361 of file kfbxobject.h.

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

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1362 of file kfbxobject.h.

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

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1363 of file kfbxobject.h.

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

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1364 of file kfbxobject.h.

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

Reimplemented from KFbxIteratorSrcBase.

Definition at line 1365 of file kfbxobject.h.

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

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