librcsb-core-wrapper 1.005
RcsbPlatform.h
Go to the documentation of this file.
1//$$FILE$$
2//$$VERSION$$
3//$$DATE$$
4//$$LICENSE$$
5
6
7#ifndef RCSBPLATFORM_H
8#define RCSBPLATFORM_H
9
10
11#include <rcsb/rcsb_types.h>
12
13
15{
16 public:
19
20 static bool IsLittleEndian();
21
22 private:
23 static const UInt16 _ENDIANNESS_TEST_INT;
24
25};
26
27
28#endif // RCSBPLATFORM_H not defined
29
Definition: RcsbPlatform.h:15
static bool IsLittleEndian()
unsigned short int UInt16
Definition: rcsb_types.h:13