Ocular Engine
Ocular Namespace Reference

Note: Once this library is made dynamic, this will no longer be needed. More...

Classes

class  CoreDynamicRegistration
 (Hopefully) A temporary class until the linker stops throwing away useful stuff in static libraries. More...
 
class  Engine
 

Enumerations

enum  OperatingSystems : unsigned { Unknown = 0, Windows, MacOS, Linux }
 
enum  ProcessorArchitectures : unsigned {
  Unknown = 0, x86, x64, IA64,
  ARM
}
 
enum  Endianness : unsigned { Unknown = 0, Big, Little, Endianness::Native }
 
enum  OpenGLLevels : unsigned { Unknown = 0, None }
 
enum  DirectXLevels : unsigned { Unknown = 0, None }
 

Detailed Description

Note: Once this library is made dynamic, this will no longer be needed.

Copyright 2014-2016 Steven T Sell (ssell.nosp@m.@ver.nosp@m.texfr.nosp@m.agme.nosp@m.nt.co.nosp@m.m)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2014-2015 Steven T Sell (ssell.nosp@m.@ver.nosp@m.texfr.nosp@m.agme.nosp@m.nt.co.nosp@m.m)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Type Documentation

enum Ocular::Endianness : unsigned
strong
Enumerator
Native 

Native endianness of the system. See SystemInfo::getEndianness()