FbxPropertyIdGenerator Class Reference

FbxPropertyIdGenerator Class Reference

#include <fbxpropertypage.h>

Class Description

Definition at line 406 of file fbxpropertypage.h.

Public Member Functions

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

Constructor & Destructor Documentation

Definition at line 409 of file fbxpropertypage.h.

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

Member Function Documentation

FbxInt GetNextId ( ) const
inline

Definition at line 411 of file fbxpropertypage.h.

411 { return mNextId; }
FbxInt GetNextIdAndInc ( )
inline

Definition at line 412 of file fbxpropertypage.h.

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

Definition at line 414 of file fbxpropertypage.h.

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

Definition at line 415 of file fbxpropertypage.h.

415 { mRef--; if( mRef == 0 ) FbxDelete(this); }
void FbxDelete(T *p)
Definition: fbxnew.h:341

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