CHSM  4.4.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NCHSM
 oCclusterA cluster is-a CHSM::parent that can have at most one child-state active at any given time
 oCeventThe occurrence of an event ("broadcast") is that which causes transitions in a machine
 oCmachineA machine contains an entire Concurrent, Hierarchical, Finite State machine
 |\Cconst_iteratorThis is an iterator in "STL style" to iterate over the (direct child) states a machine has
 oCparentA parent is-an abstract state that has child states
 |oCconst_iteratorThis is an iterator in "STL style" to iterate over the child states of a parent state
 |\CiteratorThis is an iterator in "STL style" to iterate over the child states of a parent state
 oCsetA set is-a CHSM::parent that has either all or no child-states active
 oCstateA state is the simplest kind of state in a machine: it has no child states
 \CtransitionA transition is a simple struct containing information for a transition from one state to another in a machine