Namespaces | |
| namespace | hostio |
| namespace | PrimitiveRendererUtil |
| namespace | ptcl |
| namespace | RuntimeTypeInfo |
| namespace | StringUtil |
| namespace | system |
Functions | |
| template<typename DerivedType, typename Type> | |
| bool | IsDerivedTypes (const Type *ptr) |
| template<typename DerivedType, typename Type> | |
| DerivedType * | DynamicCast (Type *ptr) |
| template<typename DerivedType, typename Type> | |
| const DerivedType * | DynamicCast (const Type *ptr) |
| template<typename T> | |
| Vector2< T > | operator* (T t, const Vector2< T > &v) |
| template<typename T> | |
| Vector3< T > | operator* (T t, const Vector3< T > &v) |
| template<typename T> | |
| Vector4< T > | operator* (T t, const Vector4< T > &v) |
| template<typename T> | |
| Delegate< T > | DelegateCreator (T *obj, void(T::*m)()) |
| Delegate< void > | FunctionDelegateCreator (void(*m)()) |
| template<typename T, typename A> | |
| Delegate1< T, A > | DelegateCreator (T *obj, void(T::*m)(A)) |
| template<typename A> | |
| Delegate1< void, A > | FunctionDelegateCreator (void(*m)(A)) |
| template<typename T, typename A1, typename A2> | |
| Delegate2< T, A1, A2 > | DelegateCreator (T *obj, void(T::*m)(A1, A2)) |
| template<typename A1, typename A2> | |
| Delegate2< void, A1, A2 > | FunctionDelegateCreator (void(*m)(A1, A2)) |
| template<typename T> | |
| TaskBase * | TTaskFactory (const TaskConstructArg &arg) |
| TickSpan | operator- (TickTime lhs, TickTime rhs) |
| TickTime | operator+ (TickTime time, TickSpan span) |
| TickTime | operator- (TickTime time, TickSpan span) |
| Color4f | operator* (const Color4f &lhs, const Color4f &rhs) |
| Color4f | operator* (const Color4f &lhs, f32 rhs) |
| bool | operator== (const Color4f &lhs, const Color4f &rhs) |
| typedef BoundBox2<f32> sead::BoundBox2f |
| typedef BoundBox3<f32> sead::BoundBox3f |
| typedef Vector2<s32> sead::Vector2i |
| typedef Vector3<s32> sead::Vector3i |
| typedef Vector4<s32> sead::Vector4i |
| typedef Vector2<f32> sead::Vector2f |
| typedef Vector3<f32> sead::Vector3f |
| typedef Vector4<f32> sead::Vector4f |
| typedef Vector2<u32> sead::Vector2u |
| typedef Vector3<u32> sead::Vector3u |
| typedef Vector4<u32> sead::Vector4u |
| typedef BitFlag<u8> sead::BitFlag8 |
| typedef BitFlag<u16> sead::BitFlag16 |
| typedef BitFlag<u32> sead::BitFlag32 |
| typedef TaskBase *(* sead::TaskFactory) (const TaskConstructArg &) |
| typedef s32 sead::RawErrorCode |
| typedef SafeArray<u8, 32> sead::HandleBuffer |
| typedef SafeStringBase<char> sead::SafeString |
| typedef SafeStringBase<char16> sead::WSafeString |
| typedef BufferedSafeStringBase<char> sead::BufferedSafeString |
| typedef HeapSafeStringBase<char> sead::HeapSafeString |
| typedef MathCalcCommon<s32> sead::Mathi |
| typedef MathCalcCommon<u32> sead::Mathu |
| typedef MathCalcCommon<f32> sead::Mathf |
| typedef Matrix22<f32> sead::Matrix22f |
| typedef Matrix33<f32> sead::Matrix33f |
| typedef Matrix34<f32> sead::Matrix34f |
| typedef Matrix44<f32> sead::Matrix44f |
| typedef Matrix34<f32> sead::Matrixf |
| typedef TList<Thread*> sead::ThreadList |
| typedef TListNode<Thread*> sead::ThreadListNode |
| typedef Quat<f32> sead::Quatf |
| typedef Segment<Vector2f> sead::Segment2f |
| typedef Segment<Vector3f> sead::Segment3f |
| typedef Sphere<Vector2f> sead::Sphere2f |
| typedef Sphere<Vector3f> sead::Sphere3f |
| typedef AtomicBase32<u32> sead::AtomicU32 |
| typedef AtomicBase64<u64> sead::AtomicU64 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TaskBase * sead::TTaskFactory | ( | const TaskConstructArg & | arg | ) |
| const size_t sead::cPtrSize = sizeof(void*) |
| const s32 sead::cDefaultAlignment = alignof(void*) |
| const Vector2< f32 > sead::Vector2< f32 >::zero(0.0f, 0.0f) |
| const Vector2< f32 > sead::Vector2< f32 >::ex(1.0f, 0.0f) |
| const Vector2< f32 > sead::Vector2< f32 >::ey(0.0f, 1.0f) |
| const Vector2< f32 > sead::Vector2< f32 >::ones(1.0f, 1.0f) |
| const Vector3< f32 > sead::Vector3< f32 >::zero(0.0f, 0.0f, 0.0f) |
| const Vector3< f32 > sead::Vector3< f32 >::ex(1.0f, 0.0f, 0.0f) |
| const Vector3< f32 > sead::Vector3< f32 >::ey(0.0f, 1.0f, 0.0f) |
| const Vector3< f32 > sead::Vector3< f32 >::ez(0.0f, 0.0f, 1.0f) |
| const Vector3< f32 > sead::Vector3< f32 >::ones(1.0f, 1.0f, 1.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::zero(0.0f, 0.0f, 0.0f, 0.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::ex(1.0f, 0.0f, 0.0f, 0.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::ey(0.0f, 1.0f, 0.0f, 0.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::ez(0.0f, 0.0f, 1.0f, 0.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::ew(0.0f, 0.0f, 0.0f, 1.0f) |
| const Vector4< f32 > sead::Vector4< f32 >::ones(1.0f, 1.0f, 1.0f, 1.0f) |
| const char sead::SafeStringBase< char >::cNullChar = '\0' |
| const char sead::SafeStringBase< char >::cLineBreakChar = '\n' |
| const SafeStringBase< char > sead::SafeStringBase< char >::cEmptyString("") |
| const char16 sead::SafeStringBase< char16 >::cNullChar = 0 |
| const char16 sead::SafeStringBase< char16 >::cLineBreakChar = static_cast<char16>('\n') |
| const SafeStringBase< char16 > sead::SafeStringBase< char16 >::cEmptyString(cEmptyStringChar16) |
| const MathCalcCommon<f32>::SinCosSample sead::MathCalcCommon< f32 >::cSinCosTbl[256+1] |
| const MathCalcCommon<f32>::AtanSample sead::MathCalcCommon< f32 >::cAtanTbl[128+1] |
| const MathCalcCommon<f32>::ExpSample sead::MathCalcCommon< f32 >::cExpTbl[] |
| const MathCalcCommon<f32>::LogSample sead::MathCalcCommon< f32 >::cLogTbl[] |
| const Matrix22< f32 > sead::Matrix22< f32 >::zero(0, 0, 0, 0) |
| const Matrix22< f32 > sead::Matrix22< f32 >::ident(1, 0, 0, 1) |
| const Matrix33< f32 > sead::Matrix33< f32 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix33< f32 > sead::Matrix33< f32 >::ident(1, 0, 0, 0, 1, 0, 0, 0, 1) |
| const Matrix34< f32 > sead::Matrix34< f32 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix34< f32 > sead::Matrix34< f32 >::ident(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0) |
| const Matrix44< f32 > sead::Matrix44< f32 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix44< f32 > sead::Matrix44< f32 >::ident(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) |
| const Matrix22< f64 > sead::Matrix22< f64 >::zero(0, 0, 0, 0) |
| const Matrix22< f64 > sead::Matrix22< f64 >::ident(1, 0, 0, 1) |
| const Matrix33< f64 > sead::Matrix33< f64 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix33< f64 > sead::Matrix33< f64 >::ident(1, 0, 0, 0, 1, 0, 0, 0, 1) |
| const Matrix34< f64 > sead::Matrix34< f64 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix34< f64 > sead::Matrix34< f64 >::ident(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0) |
| const Matrix44< f64 > sead::Matrix44< f64 >::zero(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| const Matrix44< f64 > sead::Matrix44< f64 >::ident(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) |
| const Quat< f32 > sead::Quat< f32 >::unit(0.0f, 0.0f, 0.0f, 1.0f) |
| BinaryStreamFormat sead::sBinaryStreamInstance |