Stewart's Utility Library Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
smjg.libs.util.bitarray.BitArrayBit array that can start at any point within a byte
smjg.libs.util.bitarray.BitPointerBit pointer that can point to any bit within a byte
smjg.libs.util.console.ConsoleExceptionException thrown when a console I/O operation fails
smjg.libs.util.console.ConsoleInputUsed to receive text from the standard input
smjg.libs.util.console.ConsoleOutputUsed to write out text to the standard output and error streams
smjg.libs.util.datetime.DateTimeCombination of date and time
smjg.libs.util.datetime.DateTimeComponentsA date and time in structured form
smjg.libs.util.datetime.DateTimeExceptionException thrown when a date/time operation fails, e.g
smjg.libs.util.datetime.DateTimeIntervalAn interval in both date and time
smjg.libs.util.datetime.DateValueCalendar date
smjg.libs.util.dgwrap.DelegateWrapper< Return, Params...>The DelegateWrapper template function creates a delegate wrapper for the given function pointer
smjg.libs.util.hashmap.HashMap< K, V >Convenience alias for smjg.libs.util.hashmap.THashMap<K, V>.Map
smjg.libs.util.hashset.HashSet< T >
smjg.libs.util.hashset.HashSet< T >.HashSetThe HashSet class implements a set using a hash table
smjg.libs.util.setbase.Set< T >
smjg.libs.util.setbase.Set< T >.SetThe Set class is the abstract base class from which set classes can be derived
smjg.libs.util.hashmap.THashMap< K, V >
smjg.libs.util.hashmap.THashMap< K, V >.MapThe Map class implements an associative container
smjg.libs.util.hashmap.THashMap< K, V >.MapIteratorThe MapIterator class is used to iterate over the elements of a HashMap
smjg.libs.util.datetime.TimeValueTime within a day

Generated on Sun Sep 13 19:50:27 2009 for Stewart's Utility Library by  doxygen 1.5.4