AAX SDK  2.4.1
Avid Audio Extensions Development Kit
Classes | Functions
AAX_CString.h File Reference
#include "AAX_IString.h"
#include "AAX.h"
#include <string>
#include <map>

Go to the source code of this file.

Description

A generic AAX string class with similar functionality to std::string.

Classes

class  AAX_CString
 A generic AAX string class with similar functionality to std::string More...
 
class  AAX_CStringAbbreviations
 Helper class to store a collection of name abbreviations. More...
 

Functions

AAX_CString operator+ (AAX_CString lhs, const AAX_CString &rhs)
 
AAX_CString operator+ (AAX_CString lhs, const char *rhs)
 
AAX_CString operator+ (const char *lhs, const AAX_CString &rhs)
 

Function Documentation

◆ operator+() [1/3]

AAX_CString operator+ ( AAX_CString  lhs,
const AAX_CString rhs 
)
inline

◆ operator+() [2/3]

AAX_CString operator+ ( AAX_CString  lhs,
const char *  rhs 
)
inline

◆ operator+() [3/3]

AAX_CString operator+ ( const char *  lhs,
const AAX_CString rhs 
)
inline