scsl 1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cscsl::ArenaFixed, pre-allocated memory
 Cscsl::BufferBasic line buffer
 Cscsl::CommanderSubcommander manager for programs
 Cscsl::DictionaryKey-value store on top of Arena and TLV::Record
 Cstd::exception
 Csctest::AssertionFailedAssertionFailed indicates that some invariant didn't hold
 Csctest::NotImplementedException reserved for unsupported platforms
 Cscsl::FlagIndividual command-line flag
 Cscsl::FlagsBasic facility for processing command line flags
 Cscsl::FlagValueFlagValue holds the value of a command line flag
 Cscmp::estimation::Madgwick< T >Madgwick implements an efficient Orientation estimation for Intertial Measurement Units (IMUs)
 Cscmp::geom::Quaternion< T >Quaternions provide a representation of Orientation and rotations in three dimensions
 Cscsl::TLV::RecordTag-length-value record with single byte tags and lengths
 Csctest::ReportA Report holds test run results
 Cscsl::SimpleConfigSimpleConfig is a basic configuration for projects
 Csctest::SimpleSuiteSimpleSuite is a test-running harness for simple tests
 Cscsl::SubcommandSubcommands used by Commander
 Csctest::UnitTestUnitTest describes a single unit test
 Cscmp::geom::Vector< T, N >Vectors represent a direction and Magnitude
 Cscmp::geom::Vector< double, 2 >
 Cscmp::geom::Polar2DPolar2D is a pairing of a radius r and angle θ from some reference point; in this library, it is assumed to be the Cartesian origin (0, 0)
 Cscmp::geom::Vector< int, 2 >
 Cscmp::geom::Point2DPoint2D is a cartesian (X,Y) pairing
 Cscmp::geom::Vector< T, 3 >