Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 Ccontainers::ContainerErrorBase exception for container errors
 Ccontainers::BufferOverflowThrown when a fixed-capacity container is full
 Ccontainers::BufferUnderflowThrown when popping from an empty container
 Ccontainers::Result< T, E >A sum type representing either a success value or an error
 Ccontainers::RingBuffer< T, N >A fixed-capacity circular buffer
 Cyoda::ScopedTimerA simple RAII-based timer for benchmarking
 Cgeometry::ShapeAbstract base class for all 2D shapes
 Cgeometry::CircleA circle defined by its radius
 Cgeometry::RectangleA rectangle defined by width and height
 Cgeometry::SquareA square — a special case of Rectangle where width equals height
 Cgeometry::TriangleA triangle defined by its three side lengths
 Ccontainers::Stack< T >A simple LIFO stack backed by std::vector
 Cyoda::Vec2< T >A 2D vector with common geometric operations