Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncontainers
 CBufferOverflowThrown when a fixed-capacity container is full
 CBufferUnderflowThrown when popping from an empty container
 CContainerErrorBase exception for container errors
 CResultA sum type representing either a success value or an error
 CRingBufferA fixed-capacity circular buffer
 CStackA simple LIFO stack backed by std::vector
 Ngeometry
 CCircleA circle defined by its radius
 CRectangleA rectangle defined by width and height
 CShapeAbstract base class for all 2D shapes
 CSquareA square — a special case of Rectangle where width equals height
 CTriangleA triangle defined by its three side lengths
 NyodaThe Yoda namespace — core utilities for the doxyYoda demo
 CScopedTimerA simple RAII-based timer for benchmarking
 CVec2A 2D vector with common geometric operations