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

#include <UT_IOObject.h>

+ Inheritance diagram for UT_IOObject:

Static Public Member Functions

static int count ()
 The number of objects still living within the event loop. More...
 

Protected Member Functions

 UT_IOObject ()
 
 ~UT_IOObject ()
 

Detailed Description

This tracks the number of objects that are still active and need to be cleaned up prior to exiting the execution context event loop. If an object does not live within an event loop this does not need to be added (i.e. background IO thread worker).

Definition at line 22 of file UT_IOObject.h.

Constructor & Destructor Documentation

UT_IOObject::UT_IOObject ( )
protected
UT_IOObject::~UT_IOObject ( )
protected

Member Function Documentation

static int UT_IOObject::count ( )
static

The number of objects still living within the event loop.


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