/assl

A collection of useful c++ classes

Primary LanguageC++

"Anthony Sottile Standard Library" -- assl

A collection of useful c++ classes

  • assl::PluckableQueue - A Queue with O(1) contains and O(1) removal from any part of the queue.
  • assl::Property - A very simple easy way to declare a public get private set property.
  • assl::ScopedArray - A heap array which deletes when it falls out of scope.
  • assl::ScopedClosable - A convenient class which calls a close method when the class falls out of scope.