#include <fbxpropertypage.h>
Definition at line 574 of file fbxpropertypage.h.
Public Member Functions |
|
| FbxPropertyIdGenerator () | |
| FbxInt | GetNextId () const |
| FbxInt | GetNextIdAndInc () |
| void | IncRef () |
| void | DecRef () |
| FbxPropertyIdGenerator | ( | ) | [inline] |
Definition at line 577 of file fbxpropertypage.h.
: mRef(0), mNextId(0) { }
| FbxInt GetNextId | ( | ) | const [inline] |
| FbxInt GetNextIdAndInc | ( | ) | [inline] |
| void IncRef | ( | ) | [inline] |
| void DecRef | ( | ) | [inline] |
Definition at line 583 of file fbxpropertypage.h.
{ mRef--; if( mRef == 0 ) FbxDelete(this); }