chriskuehl / assl

A collection of useful c++ classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"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.

About

A collection of useful c++ classes


Languages

Language:C++ 75.7%Language:Shell 22.6%Language:Makefile 1.7%