FbxPropertyIdGenerator Class Reference
 
 
 
FbxPropertyIdGenerator Class Reference

#include <fbxpropertypage.h>


Class Description

Definition at line 574 of file fbxpropertypage.h.

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

FbxPropertyIdGenerator ( ) [inline]

Definition at line 577 of file fbxpropertypage.h.

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

Member Function Documentation

FbxInt GetNextId ( ) const [inline]

Definition at line 579 of file fbxpropertypage.h.

{ return mNextId; }
FbxInt GetNextIdAndInc ( ) [inline]

Definition at line 580 of file fbxpropertypage.h.

{ return mNextId++; }
void IncRef ( ) [inline]

Definition at line 582 of file fbxpropertypage.h.

{ mRef++; }
void DecRef ( ) [inline]

Definition at line 583 of file fbxpropertypage.h.

{ mRef--;  if( mRef == 0 ) FbxDelete(this); }

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