ERY.AgateLib.Drivers.DriverTypeIDBase Class Reference

Class which emulates an enum value for driver registration. The purpose of having this is to allow these as constraints on generics. More...

Inherited by ERY.AgateLib.Drivers.AudioTypeID, ERY.AgateLib.Drivers.DisplayTypeID, ERY.AgateLib.Drivers.InputTypeID, and ERY.AgateLib.Drivers.PlatformTypeID.

List of all members.

Public Member Functions

abstract bool Equals (int other)
 Implementation of IEquatable<int>.Equals().


Detailed Description

Class which emulates an enum value for driver registration. The purpose of having this is to allow these as constraints on generics.


Member Function Documentation

abstract bool ERY.AgateLib.Drivers.DriverTypeIDBase.Equals ( int  other  )  [pure virtual]

Implementation of IEquatable<int>.Equals().

Parameters:
other 
Returns:

Implemented in ERY.AgateLib.Drivers.DisplayTypeID, ERY.AgateLib.Drivers.AudioTypeID, ERY.AgateLib.Drivers.InputTypeID, and ERY.AgateLib.Drivers.PlatformTypeID.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo