|
RawSpeed
fast raw decoding library
|
#include "adt/VariableLengthLoad.h"#include "adt/Array1DRef.h"#include <algorithm>#include <numeric>#include <ostream>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | Array1DRef< T > |
Namespaces | |
| namespace | rawspeed |
| namespace | rawpeed_test |
Functions | |
| template<typename T> | |
| static bool | rawspeed::operator== (const rawspeed::Array1DRef< T > a, const rawspeed::Array1DRef< T > b) |
| template<typename T> | |
| ::std::ostream & | rawspeed::operator<< (::std::ostream &os, const Array1DRef< T > &r) |
| rawpeed_test::TEST (VariableLengthLoadTest, Exhaustive) | |