AAX SDK  2.4.1
Avid Audio Extensions Development Kit
Macros
AAX_StringUtilities.hpp File Reference
#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); }
 

Macro Definition Documentation

◆ DEFINE_AAX_ERROR_STRING

#define DEFINE_AAX_ERROR_STRING (   X)    if (X == inResult) { return std::string(#X); }