![]() |
AAX SDK 2.8.0
Avid Audio Extensions Development Kit
|
#include "AAX_IString.h"#include "AAX_Errors.h"#include "AAX_Assert.h"#include <cstdlib>#include <cstring>#include <algorithm>#include <sstream>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | AAX |
| namespace | AAX::internal |
Macros | |
| #define | DEFINE_AAX_ERROR_STRING(X) if (X == inResult) { return std::string(#X); } |
Functions | |
| template<typename T > | |
| std::string | AAX::internal::ToHexadecimal (T inValue, bool inLeadingZeros=false) |
| #define DEFINE_AAX_ERROR_STRING | ( | X | ) | if (X == inResult) { return std::string(#X); } |
1.9.6