FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

◆ FbxPropertyIdGenerator()

Definition at line 420 of file fbxpropertypage.h.

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

Member Function Documentation

◆ GetNextId()

FbxInt GetNextId ( ) const
inline

Definition at line 422 of file fbxpropertypage.h.

422 { return mNextId; }

◆ GetNextIdAndInc()

FbxInt GetNextIdAndInc ( )
inline

Definition at line 423 of file fbxpropertypage.h.

423 { return mNextId++; }

◆ IncRef()

void IncRef ( )
inline

Definition at line 425 of file fbxpropertypage.h.

425 { mRef++; }

◆ DecRef()

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: