Overload List
| Method | Description |
|---|---|
AcString::append (AcString &) | Appends an AcString object to the end of the string. |
AcString::append (char *) | Appends an Utf8 string to the end of the string. |
AcString::append (char *, Encoding) | Appends a character string to the end of the string. |
AcString::append (std::nullptr_t) | String is returned unchanged. |
AcString::append (wchar_t) | Appends a Unicode character to the end of the string. |
AcString::append (wchar_t *) | Appends a Unicode string to the end of the string. |
