FBX C++ API Reference
FbxPropertyIdGenerator Class Reference

#include <fbxpropertypage.h>

Public Member Functions

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

Detailed Description

Definition at line 418 of file fbxpropertypage.h.

Constructor & Destructor Documentation

Definition at line 421 of file fbxpropertypage.h.

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

Member Function Documentation

FbxInt GetNextId ( ) const
inline

Definition at line 423 of file fbxpropertypage.h.

423 { return mNextId; }
FbxInt GetNextIdAndInc ( )
inline

Definition at line 424 of file fbxpropertypage.h.

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

Definition at line 426 of file fbxpropertypage.h.

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

Definition at line 427 of file fbxpropertypage.h.

427 { 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: