ComponentView.h file
Classes
- struct ComponentView
Enums
Typedefs
-
template<template<FieldWidth> class CLASS, template<typename, FieldWidth> class SUPER = ComponentView, FieldWidth WIDTH = FieldWidth::using InheritableComp = SUPER<CLASS<WIDTH>, WIDTH>
Scalar> -
template<typename CLASS, template<typename, FieldWidth> class SUPER = ComponentView, FieldWidth WIDTH = FieldWidth::using FinalComp = SUPER<CLASS, WIDTH>
Scalar> -
template<FieldWidth WIDTH = FieldWidth::using FloatProxy = FieldProxy<SimFloat, WIDTH>
Scalar> -
template<FieldWidth WIDTH = FieldWidth::using IntProxy = FieldProxy<int32_t, WIDTH>
Scalar> -
template<FieldWidth WIDTH = FieldWidth::using UIntProxy = FieldProxy<uint32_t, WIDTH>
Scalar> -
template<FieldWidth WIDTH = FieldWidth::using Int64Proxy = FieldProxy<int64_t, WIDTH>
Scalar> -
template<FieldWidth WIDTH = FieldWidth::using UInt64Proxy = FieldProxy<uint64_t, WIDTH>
Scalar>
Functions
- auto operator&(SystemID lhs, SystemID rhs) -> SystemID
- auto operator|(SystemID lhs, SystemID rhs) -> SystemID
- auto operator|=(SystemID lhs, SystemID rhs) -> SystemID
- auto Equal(SystemID lhs, SystemID rhs) -> bool