An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <QString>
Go to the source code of this file.
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Enumerations | |
enum | Isis::ByteOrder { Isis::NoByteOrder = 0 , Isis::Lsb , Isis::Msb } |
Tests the current architecture for byte order. More... | |
Functions | |
QString | Isis::ByteOrderName (Isis::ByteOrder byteOrder) |
Isis::ByteOrder | Isis::ByteOrderEnumeration (const QString &order) |
bool | Isis::IsLsb () |
Return true if this host is an LSB first machine and false if it is not. | |
bool | Isis::IsMsb () |
Return true if this host is an MSB first machine and false if it is not. | |
bool | Isis::IsLittleEndian () |
bool | Isis::IsBigEndian () |