scsl 1.1.3
Shimmering Clarity Standard Library
scsl.h
Go to the documentation of this file.
1
26
27#ifndef SCSL_SCSL_H
28#define SCSL_SCSL_H
29
30
31#include <scsl/Arena.h>
32#include <scsl/Buffer.h>
33#include <scsl/Commander.h>
34#include <scsl/Dictionary.h>
35#include <scsl/Exceptions.h>
36#include <scsl/Flags.h>
37#include <scsl/StringUtil.h>
38#include <scsl/TLV.h>
39#include <scsl/Test.h>
40
41
43namespace scsl {
44
75
76
77}
78
79
80#endif // SCSL_SCSL_H
Memory management using an arena.
Buffer implements basic line buffers.
Subprogram tooling.
Key-value store built on top of Arena and TLV.
Flag declares a command-line flag parser.
Utilities for working with strings.
TLV.h implements basic tag-length-value records.
scsl is the top-level namespace containing all the code in this library.
Definition: scsl.h:43