scsl
0.2.4
Shimmering Clarity Standard Library
|
Arena.cc | Memory management using an arena |
Arena.h | Memory management using an arena |
Buffer.cc | Buffer implements basic line buffers |
Buffer.h | Buffer implements basic line buffers |
Commander.cc | Subprogram tooling |
Commander.h | Subprogram tooling |
Dictionary.cc | Key-value store built on top of Arena and TLV |
Dictionary.h | Key-value store built on top of Arena and TLV |
Exceptions.cc | Custom exceptions used in writing test programs |
Exceptions.h | Custom exceptions for use in SCSL used in writing test programs |
Flag.cc | Flag defines a command-line flag parser |
Flag.h | Flag declares a command-line flag parser |
scsl.h | Scsl is my collection of C++ data structures and code |
StringUtil.cc | Utilities for working with strings |
StringUtil.h | Utilities for working with strings |
Test.cc | Tooling to assist in building test programs. |
Test.h | Tooling to assist in building test programs. |
TLV.cc | Tag-Length-Value records built on Arena |
TLV.h | TLV.h implements basic tag-length-value records |