![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include "AAX_IString.h"
#include "AAX_Errors.h"
#include "AAX_Assert.h"
#include <stdlib.h>
#include <algorithm>
#include <vector>
#include <string>
#include <cstring>
Go to the source code of this file.
Macros | |
#define | DEFINE_AAX_ERROR_STRING(X) if (X == inResult) { return std::string(#X); } |
#define DEFINE_AAX_ERROR_STRING | ( | X | ) | if (X == inResult) { return std::string(#X); } |