FbxPropertyIdGenerator Class Reference

FbxPropertyIdGenerator Class Reference

#include <fbxpropertypage.h>

Class Description

Definition at line 417 of file fbxpropertypage.h.

Public Member Functions

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

Constructor & Destructor Documentation

Definition at line 420 of file fbxpropertypage.h.

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

Member Function Documentation

FbxInt GetNextId ( ) const
inline

Definition at line 422 of file fbxpropertypage.h.

422 { return mNextId; }
FbxInt GetNextIdAndInc ( )
inline

Definition at line 423 of file fbxpropertypage.h.

423 { return mNextId++; }
void IncRef ( )
inline

Definition at line 425 of file fbxpropertypage.h.

425 { mRef++; }
void DecRef ( )
inline

Definition at line 426 of file fbxpropertypage.h.

426 { mRef--; if( mRef == 0 ) FbxDelete(this); }
void FbxDelete(T *p)
Deletion policy for pointer template classes that uses the FbxDelete() function.
Definition: fbxnew.h:341

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