Public Types

Romulus.ActionQueue Class Reference

Provides a nongeneric base class for the ActionQueue class. More...

Inheritance diagram for Romulus.ActionQueue:
Romulus.ActionQueue-g< TQ, TAction >

List of all members.

Public Types

enum  ActionState { NotDone, Done, Undone, Discarded }
 

Represents the state of an action.

More...

Detailed Description

Provides a nongeneric base class for the ActionQueue class.


Member Enumeration Documentation

Represents the state of an action.

Enumerator:
NotDone 

The action has not yet been performed.

Done 

The action has been performed.

Undone 

The action has been performed and then undone.

Discarded 

The action is discarded and in an invalid state.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events