|
DP3
|
#include <complex>#include <cstdint>#include <string>#include "TypeNames.tcc"Go to the source code of this file.
Namespaces | |
| dp3 | |
| This file has generic helper routines for testing steps. | |
| dp3::common | |
Functions | |
| const std::string & | dp3::common::typeName (const bool *) |
| const std::string & | dp3::common::typeName (const char *) |
| const std::string & | dp3::common::typeName (const double *) |
| const std::string & | dp3::common::typeName (const float *) |
| const std::string & | dp3::common::typeName (const int16_t *) |
| const std::string & | dp3::common::typeName (const int32_t *) |
| const std::string & | dp3::common::typeName (const int64_t *) |
| const std::string & | dp3::common::typeName (const int8_t *) |
| const std::string & | dp3::common::typeName (const std::complex< double > *) |
| const std::string & | dp3::common::typeName (const std::complex< float > *) |
| const std::string & | dp3::common::typeName (const uint16_t *) |
| const std::string & | dp3::common::typeName (const uint32_t *) |
| const std::string & | dp3::common::typeName (const uint64_t *) |
| const std::string & | dp3::common::typeName (const uint8_t *) |
| const std::string & | dp3::common::typeName (const void *) |
| Return a string giving the type name to be stored in blobs. More... | |
| template<typename T > | |
| const std::string & | dp3::common::typeName (T const *const *) |