CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
CYBSyscalls.hpp File Reference

Defines the System Call interface. More...

#include "CYBSyscalls.inl"
Include dependency graph for CYBSyscalls.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CYB::Platform::System::Sys
 Contains the functionality for making asm syscalls and linked calls. More...
 
union  CYB::Platform::System::Sys::Union64
 Used for passing arguments to calls to this class. If the call in question requires const, const_casting away constness for this intermediary is well defined. More...
 

Namespaces

 CYB
 Encapsulates the engine in it's entirety.
 
 CYB::Platform
 Namespace containing engine Platform functions.
 
 CYB::Platform::System
 Contain basic OS operations.
 

Detailed Description

Defines the System Call interface.

Definition in file CYBSyscalls.hpp.