HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_AutoDeferTypeUpdates Class Reference

#include <VOP_TypeDefinitionFile.h>

Public Member Functions

 VOP_AutoDeferTypeUpdates ()
 
 ~VOP_AutoDeferTypeUpdates ()
 

Detailed Description

A class for to postpone reloading of VOP type definitions. Sometimes (eg, on startup) there is a slew of HDA load events, each may try to reload and update definitions, but reloading can be safely performed only once, on the last update, after all HDAs are available. An instance of this class postpones updates until it goes out of scope. When the last instance goes out of scope, all pending updates are performed.

Definition at line 259 of file VOP_TypeDefinitionFile.h.

Constructor & Destructor Documentation

VOP_AutoDeferTypeUpdates::VOP_AutoDeferTypeUpdates ( )
VOP_AutoDeferTypeUpdates::~VOP_AutoDeferTypeUpdates ( )

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