class Status

Keeps track of eight bit-flags. More...

Definition#include <status.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

Keeps track of eight bit-flags.

Status ()

Just sets up a Status object

void setFlag (char arg)

Sets flags in arg

void clearFlag (char arg)

Clears flags in arg

bool checkFlag (char arg)

Returns true if all flags in arg are set