librcsb-core-wrapper  1.000
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:
17  RcsbPlatform();
18  ~RcsbPlatform();
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