ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NstdSTL namespace
 Cnumeric_limits< toy::math::fixed< Base, Intermediate, Fraction, Rounding > >
 NtoyRoot namespace containing all engine modules
 NapplicationApplication-level types and utilities (version, etc.)
 CVersionApplication version information structure
 NgeometryGeometry types and utilities: sections (intervals), circles, ellipses, and related APIs
 CCircleCircle in 2D with center and radius
 CEllipseAxis-aligned ellipse in 2D with center and semi-axes
 CSectionOne-dimensional interval [start, end] over a numeric endpoint type
 NmathMathematical types, constants, and utilities: fixed-point, vectors, point
 CfixedFixed-point numeric type with configurable storage and fractional precision
 CRawConstructorTagInternal tag for constructing from raw storage
 Cis_fixed_pointUnary type trait: true if T is an instantiation of toy::math::fixed, false otherwise
 Cis_fixed_point< fixed< Base, Intermediate, Fraction, Rounding > >
 CPoint2D integer point for UI and input coordinates
 CVector22D vector with floating-point or fixed-point components for positions, movement, and physics
 NnetworkNetwork types: endpoint, socket error, flags, statistics, type, and related APIs
 CEndpointAbstract base for a network endpoint (hostname and port)
 CSocketStatisticsByte counters for socket traffic (sent and received)
 C_divmod10
 CEnableBitwiseOperatorsPrimary template: disables generic bitwise operators for T unless specialized
 CCStringViewNon-owning string view class for C-style strings
 CCallbacksPoolFixed-capacity array of function pointers for observer-style notification
 CStaticCallbackInternal structure to store a callback function pointer
 CFixedStringStorage
 CFixedStringTemplate string class with fixed-size character buffer
 CFixedVector
 CFormatStringWrapper around a toy::CStringView pattern with consteval validation of placeholders
 COStringStreamOutput stream that appends formatted values into a toy::StringLike backend
 CStringFixedStorageFixed-size character storage with a tracked length and implicit null terminator at data()[size()]
 CarraySTL class
 CiteratorSTL iterator class
 Cconst_iteratorSTL iterator class
 Creverse_iteratorSTL iterator class
 Cconst_reverse_iteratorSTL iterator class
 Cnumeric_limitsSpecialization of std::numeric_limits for toy::math::fixed