RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
EndiannessTest.h File Reference
#include <cstdint>
#include <tuple>
Include dependency graph for EndiannessTest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rawspeed_test::anonymous_namespace{EndiannessTest.h}::intPair< T >

Namespaces

namespace  rawspeed_test
namespace  rawspeed_test::anonymous_namespace{EndiannessTest.h}

Typedefs

using rawspeed_test::anonymous_namespace{EndiannessTest.h}::ushort16Type = intPair<uint16_t>
using rawspeed_test::anonymous_namespace{EndiannessTest.h}::ushort16TType = std::tuple<ushort16Type, bool>
using rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint32Type = intPair<uint32_t>
using rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint32TType = std::tuple<uint32Type, bool>
using rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint64Type = intPair<uint64_t>
using rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint64TType = std::tuple<uint64Type, bool>

Variables

const ushort16Type rawspeed_test::anonymous_namespace{EndiannessTest.h}::ushort16Values []
const uint32Type rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint32Values []
const uint64Type rawspeed_test::anonymous_namespace{EndiannessTest.h}::uint64Values []