![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
| Cfalse_type | |
| Ctoy::math::is_fixed_point< fixed< Base, Intermediate, Fraction, Rounding > > | |
| Ctoy::math::is_fixed_point< T > | Unary type trait: true if T is an instantiation of toy::math::fixed, false otherwise |
| Cnumeric_limits | Specialization of std::numeric_limits for toy::math::fixed |
| Cstd::numeric_limits< toy::math::fixed< Base, Intermediate, Fraction, Rounding > > | |
| Ctoy::_divmod10 | |
| Ctoy::application::Version | Application version information structure |
| Ctoy::array< T > | STL class |
| Ctoy::array< T >::const_iterator | STL iterator class |
| Ctoy::array< T >::const_reverse_iterator | STL iterator class |
| Ctoy::array< T >::iterator | STL iterator class |
| Ctoy::array< T >::reverse_iterator | STL iterator class |
| Ctoy::CallbacksPool< T, AllocatedSize > | Fixed-capacity array of function pointers for observer-style notification |
| Ctoy::CallbacksPool< T, AllocatedSize >::StaticCallback | Internal structure to store a callback function pointer |
| Ctoy::CStringView | Non-owning string view class for C-style strings |
| Ctoy::EnableBitwiseOperators< T > | Primary template: disables generic bitwise operators for T unless specialized |
| Ctoy::FixedString< allocatedSize > | Template string class with fixed-size character buffer |
| Ctoy::FixedStringStorage< allocatedSize > | |
| Ctoy::FixedVector< type, allocatedSize > | |
| Ctoy::FormatString< Args > | Wrapper around a toy::CStringView pattern with consteval validation of placeholders |
| Ctoy::geometry::Circle< T > | Circle in 2D with center and radius |
| Ctoy::geometry::Ellipse< T > | Axis-aligned ellipse in 2D with center and semi-axes |
| Ctoy::geometry::Section< T > | One-dimensional interval [start, end] over a numeric endpoint type |
| Ctoy::math::fixed< Base, Intermediate, Fraction, Rounding > | Fixed-point numeric type with configurable storage and fractional precision |
| Ctoy::math::fixed< Base, Intermediate, Fraction, Rounding >::RawConstructorTag | Internal tag for constructing from raw storage |
| Ctoy::math::Point | 2D integer point for UI and input coordinates |
| Ctoy::math::Vector2< T > | 2D vector with floating-point or fixed-point components for positions, movement, and physics |
| Ctoy::network::Endpoint | Abstract base for a network endpoint (hostname and port) |
| Ctoy::network::SocketStatistics | Byte counters for socket traffic (sent and received) |
| Ctoy::OStringStream< StringType > | Output stream that appends formatted values into a toy::StringLike backend |
| Ctoy::StringFixedStorage< AllocatedSize > | Fixed-size character storage with a tracked length and implicit null terminator at data()[size()] |
| Ctrue_type | |
| Ctoy::math::is_fixed_point< fixed< Base, Intermediate, Fraction, Rounding > > |