Public Member Functions

FbxPropertyIdGenerator Class Reference

Search for all occurrences

Detailed Description

Definition at line 596 of file fbxpropertypage.h.

#include <fbxpropertypage.h>

List of all members.

Public Member Functions

  FbxPropertyIdGenerator ()
FbxInt  GetNextId () const
FbxInt  GetNextIdAndInc ()
void  IncRef ()
void  DecRef ()

Constructor & Destructor Documentation

FbxPropertyIdGenerator ( ) [inline]

Definition at line 599 of file fbxpropertypage.h.

:  mRef(0), mNextId(0) { }

Member Function Documentation

FbxInt GetNextId ( ) const [inline]

Definition at line 601 of file fbxpropertypage.h.

{ return mNextId; }
FbxInt GetNextIdAndInc ( ) [inline]

Definition at line 602 of file fbxpropertypage.h.

{ return mNextId++; }
void IncRef ( ) [inline]

Definition at line 604 of file fbxpropertypage.h.

{ mRef++; }
void DecRef ( ) [inline]

Definition at line 605 of file fbxpropertypage.h.

{ mRef--;  if( mRef == 0 ) FbxDelete(this); }

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

FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator
FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator FbxPropertyIdGenerator