Module Index

Submodules

Module: data

This package defines events associated with the data structures defined in boduch.data.

Modules

hash

This module defines events related to the data.Hash data type.

set

This module defines events related to the data.Set data type.

Classes

EventHashGet

Event that is raised by the Hash.get() method.

EventHashPop

Event that is raised by the Hash.pop() method.

EventHashPush

Event that is raised by the Hash.push() method.

EventSetGet

Event that is published by the Set.get() method.

EventSetPop

Event that is published by the Set.pop() method.

EventSetPush

Event that is published by the Set.push() method.

EventSetSet

Event that is published by the Set.set() method.

EventSetSort

Event that is published by the Set.sort() method.