EHS
|
Classes | |
class | Animation |
class | AnimBone |
class | Array |
class | Audio |
class | AudioCodec |
class | AudioDevice |
class | AVX2 |
class | AVX512 |
class | Base64 |
class | BaseAudioDevice |
class | BaseDirectory |
class | BaseDNS |
class | BaseFile |
A cross-platform wrapper class that handles native file input/output. More... | |
class | BaseFileMonitor |
class | BaseICMP |
class | BaseMutex |
class | BaseObj |
class | BaseOpen |
class | BaseSemaphore |
class | BaseSystem |
class | BaseTCP |
class | BaseUDP |
class | BaseWindow |
class | Bone |
class | Button |
class | ButtonState |
class | Color3 |
class | Color4 |
class | COM |
class | Console |
class | CPU |
class | Data |
class | Database |
class | DbObject |
class | DbTable |
class | DbVar |
class | DbVarTmpl |
class | Directory |
class | DNS |
class | EHC |
struct | Endpoint |
class | File |
class | FileMonitor |
class | FileSystem |
class | FontAtlas |
class | GC |
class | Glyph |
struct | Header |
class | HID |
class | HRNG |
class | ICMP |
struct | ICMP_EchoRequest |
struct | ICMP_Header |
class | Img |
class | ImgCodec |
class | Input |
class | InputHandler |
struct | Insurance |
class | Json |
class | JsonArray |
class | JsonBase |
class | JsonBool |
class | JsonNum |
class | JsonObj |
class | JsonStr |
class | JsonVar |
class | Keyboard |
class | KeyFrame |
class | Link |
Test. More... | |
class | LinkedList |
class | Log |
class | Mat2 |
class | Mat3 |
class | Mat4 |
class | Math |
class | Mdl |
class | MdlCodec |
class | Mesh |
class | Mouse |
class | Mutex |
class | NetChannel |
class | NetClientCh |
class | NetEnc |
class | NetEnd |
class | NetFrag |
class | NetOp |
class | NetServerCh |
class | NetSys |
class | Open |
struct | Packet |
class | PNG |
class | PNG_Chunk |
class | PRNG |
class | PropertyChange |
struct | PseudoICMPv6_Header |
struct | PtrData |
class | Quat |
class | Range |
class | Rect |
class | Request |
class | Resource |
class | Response |
class | RIFF |
class | RIFF_Chunk |
class | SArray |
This container is useful for sorting arrays efficiently. More... | |
class | Semaphore |
class | Serializer |
class | ShdPtr |
class | Spotify |
class | SSL |
A class for handling the HTTP(S) TCP socket layer. More... | |
class | Str |
class | System |
class | Task |
class | TCP |
A wrapper class for the transmission control protocol socket. More... | |
class | Thread |
struct | Track |
struct | TSC |
class | Twitch |
class | TwitchChat |
class | Type |
class | UDP |
A wrapper class for the user datagram protocol socket. More... | |
class | UniPtr |
class | URI |
class | Usb |
class | UsbBase |
class | User |
class | UTF |
A helper class for converting between UTF8, 16 and 32. More... | |
class | Util |
class | Vec2 |
class | Vec3 |
class | Vec4 |
class | Vector |
class | Version |
A helper class for storing version major, minor and patch. More... | |
class | Vertex |
class | Window |
class | WkPtr |
Typedefs | |
typedef bool(* | GcLogic) (BaseObj *) |
typedef bool(* | EncodeImgCb) (const ImgCodec *const, Serializer< UInt_64 > &, const Img *) |
typedef bool(* | DecodeImgCb) (const ImgCodec *const, Serializer< UInt_64 > &, Img *) |
typedef bool(* | EnocdeMdlCb) (const MdlCodec *, Serializer< UInt_64 > &, const Mdl *) |
typedef bool(* | DecodeMdlCb) (const MdlCodec *, Serializer< UInt_64 > &, Mdl *) |
typedef Vertex< double > | Vertex_d |
typedef Vertex< float > | Vertex_f |
typedef void(* | LogRaisedCb) (const Log &) |
typedef void(* | LogOutputCb) (const Array< Log > &) |
typedef Mat2< float > | Mat2_f |
typedef Mat2< double > | Mat2_d |
typedef Mat3< float > | Mat3_f |
typedef Mat3< double > | Mat3_d |
typedef Mat4< float > | Mat4_f |
typedef Mat4< double > | Mat4_d |
typedef PRNG< SInt_64 > | PRNG_s64 |
typedef PRNG< UInt_64 > | PRNG_u64 |
typedef PRNG< SInt_32 > | PRNG_s32 |
typedef PRNG< UInt_32 > | PRNG_u32 |
typedef PRNG< SInt_16 > | PRNG_s16 |
typedef PRNG< UInt_16 > | PRNG_u16 |
typedef PRNG< SInt_8 > | PRNG_s8 |
typedef PRNG< UInt_8 > | PRNG_u8 |
typedef Quat< float > | Quat_f |
typedef Rect< UInt_64 > | Rect_u64 |
typedef Rect< SInt_64 > | Rect_s64 |
typedef Rect< Int_64 > | Rect_64 |
typedef Rect< UInt_32 > | Rect_u32 |
typedef Rect< SInt_32 > | Rect_s32 |
typedef Rect< Int_32 > | Rect_32 |
typedef Rect< UInt_16 > | Rect_u16 |
typedef Rect< SInt_16 > | Rect_s16 |
typedef Rect< Int_16 > | Rect_16 |
typedef Rect< UInt_8 > | Rect_u8 |
typedef Rect< SInt_8 > | Rect_s8 |
typedef Rect< Int_8 > | Rect_8 |
typedef Rect< float > | Rect_f |
typedef Rect< double > | Rect_d |
typedef Str< Char_32, UInt_64 > | Str_32 |
typedef Str< Char_16, UInt_64 > | Str_16 |
typedef Str< Char_8, UInt_64 > | Str_8 |
typedef void(* | TaskCb) (Serializer< UInt_64 > *) |
typedef unsigned char | Byte |
typedef char | Char_8 |
typedef wchar_t | Char_16 |
typedef char32_t | Char_32 |
typedef unsigned char | UInt_8 |
typedef signed char | SInt_8 |
typedef char | Int_8 |
typedef unsigned short | UInt_16 |
typedef signed short | SInt_16 |
typedef short | Int_16 |
typedef unsigned int | UInt_32 |
typedef signed int | SInt_32 |
typedef int | Int_32 |
typedef Vec2< UInt_64 > | Vec2_u64 |
typedef Vec2< SInt_64 > | Vec2_s64 |
typedef Vec2< Int_64 > | Vec2_64 |
typedef Vec2< UInt_32 > | Vec2_u32 |
typedef Vec2< SInt_32 > | Vec2_s32 |
typedef Vec2< Int_32 > | Vec2_32 |
typedef Vec2< UInt_16 > | Vec2_u16 |
typedef Vec2< SInt_16 > | Vec2_s16 |
typedef Vec2< Int_16 > | Vec2_16 |
typedef Vec2< UInt_8 > | Vec2_u8 |
typedef Vec2< SInt_8 > | Vec2_s8 |
typedef Vec2< Int_8 > | Vec2_8 |
typedef Vec2< float > | Vec2_f |
typedef Vec2< double > | Vec2_d |
typedef Vec3< UInt_64 > | Vec3_u64 |
typedef Vec3< SInt_64 > | Vec3_s64 |
typedef Vec3< Int_64 > | Vec3_64 |
typedef Vec3< UInt_32 > | Vec3_u32 |
typedef Vec3< SInt_32 > | Vec3_s32 |
typedef Vec3< Int_32 > | Vec3_32 |
typedef Vec3< UInt_16 > | Vec3_u16 |
typedef Vec3< SInt_16 > | Vec3_s16 |
typedef Vec3< Int_16 > | Vec3_16 |
typedef Vec3< UInt_8 > | Vec3_u8 |
typedef Vec3< SInt_8 > | Vec3_s8 |
typedef Vec3< Int_8 > | Vec3_8 |
typedef Vec3< float > | Vec3_f |
typedef Vec3< double > | Vec3_d |
typedef Vec4< UInt_64 > | Vec4_u64 |
typedef Vec4< SInt_64 > | Vec4_s64 |
typedef Vec4< Int_64 > | Vec4_64 |
typedef Vec4< UInt_32 > | Vec4_u32 |
typedef Vec4< SInt_32 > | Vec4_s32 |
typedef Vec4< Int_32 > | Vec4_32 |
typedef Vec4< UInt_16 > | Vec4_u16 |
typedef Vec4< SInt_16 > | Vec4_s16 |
typedef Vec4< Int_16 > | Vec4_16 |
typedef Vec4< UInt_8 > | Vec4_u8 |
typedef Vec4< SInt_8 > | Vec4_s8 |
typedef Vec4< Int_8 > | Vec4_8 |
typedef Vec4< float > | Vec4_f |
typedef Vec4< double > | Vec4_d |
Functions | |
EHS_LIB_IO DataType | FromAudioBitDepth (UInt_16 bitDepth) |
EHS_LIB_IO UInt_8 | ToByteDepth (DataType type) |
EHS_LIB_IO UInt_8 | ToBitDepth (DataType type) |
EHS_LIB_IO void | Initialize (Str_8 appName, Str_8 appVerId, const Version &appVer) |
EHS_LIB_IO void | Uninitialize () |
EHS_LIB_IO const Char_32 * | GetName_32 () |
EHS_LIB_IO const Char_16 * | GetName_16 () |
EHS_LIB_IO const Char_8 * | GetName_8 () |
EHS_LIB_IO Str_8 | GetAppName_8 () |
EHS_LIB_IO const Char_32 * | GetAcronym_32 () |
EHS_LIB_IO const Char_16 * | GetAcronym_16 () |
EHS_LIB_IO const Char_8 * | GetAcronym_8 () |
EHS_LIB_IO const Char_32 * | GetVersionId_32 () |
EHS_LIB_IO const Char_16 * | GetVersionId_16 () |
EHS_LIB_IO const Char_8 * | GetVersionId_8 () |
EHS_LIB_IO Str_8 | GetAppVersionId_8 () |
EHS_LIB_IO Version | GetVersion () |
EHS_LIB_IO Version | GetAppVersion () |
bool | EncodeEHA (const ehs::AudioCodec *codec, ehs::Serializer< ehs::UInt_64 > &out, const ehs::Audio *in) |
bool | DecodeEHA (const ehs::AudioCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Audio *out) |
bool | DecodeWAV (const ehs::AudioCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Audio *out) |
bool | EncodeQOI (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &out, const ehs::Img *in) |
bool | DecodeQOI (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Img *out) |
bool | DecodePNG (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Img *out) |
bool | EncodeEHM (const MdlCodec *codec, Serializer< UInt_64 > &data, const Mdl *mdl) |
bool | DecodeEHM (const MdlCodec *codec, Serializer< UInt_64 > &data, Mdl *mdl) |
const Mesh | portraitGui ("PortraitGui", { {{0.0f, 0.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 0.0f}}, {{0.0f, 1.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f}}, {{1.0f, 0.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 0.0f}}, {{1.0f, 1.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 1.0f}} }, {0, 1, 2, 3, 2, 1}) |
const Mesh | portrait ("Portrait", { {{-0.5f, -0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 0.0f}}, {{-0.5f, 0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f}}, {{0.5f, -0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 0.0f}}, {{0.5f, 0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 1.0f}} }, {0, 1, 2, 3, 2, 1}) |
void | WriteHeader (const Header &header, Serializer< UInt_64 > &data) |
Header | ReadHeader (Serializer< UInt_64 > &data) |
EHS_LIB_IO bool | HasPtrData (void *data) |
EHS_LIB_IO void | AddPtrData (void *data) |
EHS_LIB_IO bool | RemovePtrData (void *data) |
UInt_32 | GarbageCollectionThread (void *params) |
Serializer< UInt_64 > | OnShutdown () |
UInt_32 | XDG_Thread (void *args) |
UInt_32 | TaskThread (void *args) |
bool | IsAN (const Char_8 c) |
Variables | |
template class EHS_LIB_IO | Mat2< float > |
template class EHS_LIB_IO | Mat2< double > |
template class EHS_LIB_IO | Mat3< float > |
template class EHS_LIB_IO | Mat3< double > |
template class EHS_LIB_IO | Mat4< float > |
template class EHS_LIB_IO | Mat4< double > |
template class EHS_LIB_IO | Str< Char_32, UInt_64 > |
template class EHS_LIB_IO | Str< Char_16, UInt_64 > |
template class EHS_LIB_IO | Str< Char_8, UInt_64 > |
constexpr Char_32 | name_32 [] = U"Event Horizon Suite" |
constexpr Char_16 | name_16 [] = L"Event Horizon Suite" |
constexpr Char_8 | name_8 [] = "Event Horizon Suite" |
constexpr Char_32 | acronym_32 [] = U"EHS" |
constexpr Char_16 | acronym_16 [] = L"EHS" |
constexpr Char_8 | acronym_8 [] = "EHS" |
constexpr Char_32 | versionId_32 [] = U"Release" |
constexpr Char_16 | versionId_16 [] = L"Release" |
constexpr Char_8 | versionId_8 [] = "Release" |
Str_8 | appName |
Str_8 | appVerId |
Version | appVer |
Array< Byte, UInt_64 > | pngSeq = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A} |
Vector< PtrData > | pointers |
typedef unsigned char ehs::Byte |
typedef wchar_t ehs::Char_16 |
typedef char32_t ehs::Char_32 |
typedef char ehs::Char_8 |
typedef bool(* ehs::DecodeImgCb) (const ImgCodec *const, Serializer< UInt_64 > &, Img *) |
typedef bool(* ehs::DecodeMdlCb) (const MdlCodec *, Serializer< UInt_64 > &, Mdl *) |
typedef bool(* ehs::EncodeImgCb) (const ImgCodec *const, Serializer< UInt_64 > &, const Img *) |
typedef bool(* ehs::EnocdeMdlCb) (const MdlCodec *, Serializer< UInt_64 > &, const Mdl *) |
typedef bool(* ehs::GcLogic) (BaseObj *) |
typedef short ehs::Int_16 |
typedef int ehs::Int_32 |
typedef char ehs::Int_8 |
typedef void(* ehs::LogRaisedCb) (const Log &) |
typedef Mat2<double> ehs::Mat2_d |
typedef Mat2<float> ehs::Mat2_f |
typedef Mat3<double> ehs::Mat3_d |
typedef Mat3<float> ehs::Mat3_f |
typedef Mat4<double> ehs::Mat4_d |
typedef Mat4<float> ehs::Mat4_f |
typedef PRNG<SInt_16> ehs::PRNG_s16 |
typedef PRNG<SInt_32> ehs::PRNG_s32 |
typedef PRNG<SInt_64> ehs::PRNG_s64 |
typedef PRNG<SInt_8> ehs::PRNG_s8 |
typedef PRNG<UInt_16> ehs::PRNG_u16 |
typedef PRNG<UInt_32> ehs::PRNG_u32 |
typedef PRNG<UInt_64> ehs::PRNG_u64 |
typedef PRNG<UInt_8> ehs::PRNG_u8 |
typedef Quat<float> ehs::Quat_f |
typedef Rect<Int_16> ehs::Rect_16 |
typedef Rect<Int_32> ehs::Rect_32 |
typedef Rect<Int_64> ehs::Rect_64 |
typedef Rect<Int_8> ehs::Rect_8 |
typedef Rect<double> ehs::Rect_d |
typedef Rect<float> ehs::Rect_f |
typedef Rect<SInt_16> ehs::Rect_s16 |
typedef Rect<SInt_32> ehs::Rect_s32 |
typedef Rect<SInt_64> ehs::Rect_s64 |
typedef Rect<SInt_8> ehs::Rect_s8 |
typedef Rect<UInt_16> ehs::Rect_u16 |
typedef Rect<UInt_32> ehs::Rect_u32 |
typedef Rect<UInt_64> ehs::Rect_u64 |
typedef Rect<UInt_8> ehs::Rect_u8 |
typedef signed short ehs::SInt_16 |
typedef signed int ehs::SInt_32 |
typedef signed char ehs::SInt_8 |
typedef Str<Char_16, UInt_64> ehs::Str_16 |
typedef Str<Char_32, UInt_64> ehs::Str_32 |
typedef Str<Char_8, UInt_64> ehs::Str_8 |
typedef void(* ehs::TaskCb) (Serializer< UInt_64 > *) |
typedef unsigned short ehs::UInt_16 |
typedef unsigned int ehs::UInt_32 |
typedef unsigned char ehs::UInt_8 |
typedef Vec2<Int_16> ehs::Vec2_16 |
typedef Vec2<Int_32> ehs::Vec2_32 |
typedef Vec2<Int_64> ehs::Vec2_64 |
typedef Vec2<Int_8> ehs::Vec2_8 |
typedef Vec2<double> ehs::Vec2_d |
typedef Vec2<float> ehs::Vec2_f |
typedef Vec2<SInt_16> ehs::Vec2_s16 |
typedef Vec2<SInt_32> ehs::Vec2_s32 |
typedef Vec2<SInt_64> ehs::Vec2_s64 |
typedef Vec2<SInt_8> ehs::Vec2_s8 |
typedef Vec2<UInt_16> ehs::Vec2_u16 |
typedef Vec2<UInt_32> ehs::Vec2_u32 |
typedef Vec2<UInt_64> ehs::Vec2_u64 |
typedef Vec2<UInt_8> ehs::Vec2_u8 |
typedef Vec3<Int_16> ehs::Vec3_16 |
typedef Vec3<Int_32> ehs::Vec3_32 |
typedef Vec3<Int_64> ehs::Vec3_64 |
typedef Vec3<Int_8> ehs::Vec3_8 |
typedef Vec3<double> ehs::Vec3_d |
typedef Vec3<float> ehs::Vec3_f |
typedef Vec3<SInt_16> ehs::Vec3_s16 |
typedef Vec3<SInt_32> ehs::Vec3_s32 |
typedef Vec3<SInt_64> ehs::Vec3_s64 |
typedef Vec3<SInt_8> ehs::Vec3_s8 |
typedef Vec3<UInt_16> ehs::Vec3_u16 |
typedef Vec3<UInt_32> ehs::Vec3_u32 |
typedef Vec3<UInt_64> ehs::Vec3_u64 |
typedef Vec3<UInt_8> ehs::Vec3_u8 |
typedef Vec4<Int_16> ehs::Vec4_16 |
typedef Vec4<Int_32> ehs::Vec4_32 |
typedef Vec4<Int_64> ehs::Vec4_64 |
typedef Vec4<Int_8> ehs::Vec4_8 |
typedef Vec4<double> ehs::Vec4_d |
typedef Vec4<float> ehs::Vec4_f |
typedef Vec4<SInt_16> ehs::Vec4_s16 |
typedef Vec4<SInt_32> ehs::Vec4_s32 |
typedef Vec4<SInt_64> ehs::Vec4_s64 |
typedef Vec4<SInt_8> ehs::Vec4_s8 |
typedef Vec4<UInt_16> ehs::Vec4_u16 |
typedef Vec4<UInt_32> ehs::Vec4_u32 |
typedef Vec4<UInt_64> ehs::Vec4_u64 |
typedef Vec4<UInt_8> ehs::Vec4_u8 |
typedef Vertex<double> ehs::Vertex_d |
typedef Vertex<float> ehs::Vertex_f |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
void ehs::AddPtrData | ( | void * | data | ) |
bool ehs::DecodeEHA | ( | const ehs::AudioCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | in, | ||
ehs::Audio * | out ) |
bool ehs::DecodeEHM | ( | const MdlCodec * | codec, |
Serializer< UInt_64 > & | data, | ||
Mdl * | mdl ) |
bool ehs::DecodePNG | ( | const ehs::ImgCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | in, | ||
ehs::Img * | out ) |
bool ehs::DecodeQOI | ( | const ehs::ImgCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | in, | ||
ehs::Img * | out ) |
bool ehs::DecodeWAV | ( | const ehs::AudioCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | in, | ||
ehs::Audio * | out ) |
bool ehs::EncodeEHA | ( | const ehs::AudioCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | out, | ||
const ehs::Audio * | in ) |
bool ehs::EncodeEHM | ( | const MdlCodec * | codec, |
Serializer< UInt_64 > & | data, | ||
const Mdl * | mdl ) |
bool ehs::EncodeQOI | ( | const ehs::ImgCodec * | codec, |
ehs::Serializer< ehs::UInt_64 > & | out, | ||
const ehs::Img * | in ) |
UInt_32 ehs::GarbageCollectionThread | ( | void * | params | ) |
const Char_16 * ehs::GetAcronym_16 | ( | ) |
const Char_32 * ehs::GetAcronym_32 | ( | ) |
const Char_8 * ehs::GetAcronym_8 | ( | ) |
Str_8 ehs::GetAppName_8 | ( | ) |
Version ehs::GetAppVersion | ( | ) |
Str_8 ehs::GetAppVersionId_8 | ( | ) |
const Char_16 * ehs::GetName_16 | ( | ) |
Retrieves the UTF16 C-style string as "Event Horizon Standard"
const Char_32 * ehs::GetName_32 | ( | ) |
Retrieves the UTF32 C-style string as "Event Horizon Standard"
const Char_8 * ehs::GetName_8 | ( | ) |
Retrieves the UTF8 C-style string as "Event Horizon Standard"
Version ehs::GetVersion | ( | ) |
Retrieves the current Event Horizon Standard version.
const Char_16 * ehs::GetVersionId_16 | ( | ) |
Retrieves the version identifier in UTF16.
const Char_32 * ehs::GetVersionId_32 | ( | ) |
Retrieves the version identifier in UTF32.
const Char_8 * ehs::GetVersionId_8 | ( | ) |
Retrieves the version identifier in UTF8.
bool ehs::HasPtrData | ( | void * | data | ) |
bool ehs::IsAN | ( | const Char_8 | c | ) |
Serializer< UInt_64 > ehs::OnShutdown | ( | ) |
const Mesh ehs::portrait | ( | "Portrait" | , |
{ {{-0.5f, -0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 0.0f}}, {{-0.5f, 0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f}}, {{0.5f, -0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 0.0f}}, {{0.5f, 0.5f, 0.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 1.0f}} } | , | ||
{0, 1, 2, 3, 2, 1} | ) |
const Mesh ehs::portraitGui | ( | "PortraitGui" | , |
{ {{0.0f, 0.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 0.0f}}, {{0.0f, 1.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f}}, {{1.0f, 0.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 0.0f}}, {{1.0f, 1.0f, 1.0f}, {0.0f, 0.0f, -1.0f}, {1.0f, 1.0f}} } | , | ||
{0, 1, 2, 3, 2, 1} | ) |
Header ehs::ReadHeader | ( | Serializer< UInt_64 > & | data | ) |
bool ehs::RemovePtrData | ( | void * | data | ) |
UInt_32 ehs::TaskThread | ( | void * | args | ) |
void ehs::Uninitialize | ( | ) |
void ehs::WriteHeader | ( | const Header & | header, |
Serializer< UInt_64 > & | data ) |
UInt_32 ehs::XDG_Thread | ( | void * | args | ) |
|
constexpr |
|
constexpr |
|
constexpr |
Str_8 ehs::appName |
Version ehs::appVer |
Str_8 ehs::appVerId |
template class EHS_LIB_IO ehs::Mat2< double > |
template class EHS_LIB_IO ehs::Mat2< float > |
template class EHS_LIB_IO ehs::Mat3< double > |
template class EHS_LIB_IO ehs::Mat3< float > |
template class EHS_LIB_IO ehs::Mat4< double > |
template class EHS_LIB_IO ehs::Mat4< float > |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |