VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions
DtInterruptFlag Class Referenceabstract

Interface for a customizable interrupt flag that can be passed into a function to allow the calling code to control when the function should exit or perform some other operation.

Inheritance diagram for DtInterruptFlag:
Inheritance graph
[legend]

Public Member Functions

 DtInterruptFlag ()
 
virtual ~DtInterruptFlag ()
 
virtual bool interrupt () const =0
 

Private Member Functions

 DtInterruptFlag (const DtInterruptFlag &orig)
 
DtInterruptFlagoperator= (const DtInterruptFlag &orig)
 

Constructor & Destructor Documentation

DtInterruptFlag::DtInterruptFlag ( )
inline
virtual DtInterruptFlag::~DtInterruptFlag ( )
inlinevirtual
DtInterruptFlag::DtInterruptFlag ( const DtInterruptFlag orig)
private

Not implemented.

Member Function Documentation

virtual bool DtInterruptFlag::interrupt ( ) const
pure virtual
DtInterruptFlag& DtInterruptFlag::operator= ( const DtInterruptFlag orig)
private

Not implemented.


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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)