Tatooine
geometry
include
tatooine
vtk
xml
byte_order.h
Go to the documentation of this file.
1
#ifndef TATOOINE_VTK_XML_BYTE_ORDER_H
2
#define TATOOINE_VTK_XML_BYTE_ORDER_H
3
//==============================================================================
4
#include <cstring>
5
//==============================================================================
6
namespace
tatooine::vtk::xml
{
7
//==============================================================================
8
enum class
byte_order
{
little_endian
,
big_endian
,
unknown
};
9
auto
parse_byte_order
(
char
const
* str) ->
byte_order
;
10
//==============================================================================
11
}
// namespace tatooine::vtk::xml
12
//==============================================================================
13
#endif
tatooine::vtk::xml
Definition:
byte_order.h:6
tatooine::vtk::xml::parse_byte_order
auto parse_byte_order(char const *str) -> byte_order
tatooine::vtk::xml::byte_order
byte_order
Definition:
byte_order.h:8
tatooine::vtk::xml::byte_order::little_endian
@ little_endian
tatooine::vtk::xml::byte_order::big_endian
@ big_endian
tatooine::vtk::xml::byte_order::unknown
@ unknown
Generated by
1.9.5