Zero  0.1.0
Classes
zero::hashtable_deque Namespace Reference

Classes

class  HashtableDeque
 Deque with Direct Access. More...
 
class  HashtableDequeAlreadyAtTheBackException
 Exception thrown when an entry was already at the back of an HashtableDeque. More...
 
class  HashtableDequeAlreadyAtTheFrontException
 Exception thrown when an entry was already at the front of an HashtableDeque. More...
 
class  HashtableDequeAlreadyContainsException
 Exception thrown when an entry was already contained in an HashtableDeque. More...
 
class  HashtableDequeEmptyException
 Exception thrown when an HashtableDeque is empty. More...
 
class  HashtableDequeException
 Exception thrown in HashtableDeque. More...
 
class  HashtableDequeNotContainedException
 Exception thrown when an entry was not already contained in an HashtableDeque. More...