AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
AAX_StringUtilities.hpp File Reference
#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)
 

Macro Definition Documentation

◆ DEFINE_AAX_ERROR_STRING

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