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 () |