KFbxProcessorXRefCopy::KFbxAutoRevertPropertyChanges Struct Reference


Detailed Description

This is just a safety net to make sure RevertPropertyChanges is called when this goes out of scope.

Definition at line 137 of file kfbxprocessorxref.h.

#include <kfbxprocessorxref.h>

List of all members.

Public Member Functions

  KFbxAutoRevertPropertyChanges (KFbxProcessorXRefCopy *pCopy)
  ~KFbxAutoRevertPropertyChanges ()

Public Attributes

KFbxProcessorXRefCopy mXRefCopy

Constructor & Destructor Documentation

Definition at line 139 of file kfbxprocessorxref.h.

: mXRefCopy(pCopy) {}

Definition at line 140 of file kfbxprocessorxref.h.

            {
                if( mXRefCopy )
                    mXRefCopy->RevertPropertyChanges();
            }

Member Data Documentation


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