#include <wdlstring.h>
|
| const char * | Get () const |
| char * | Get () |
| int | GetLength () const |
| | WDL_String (int hbgran) |
| | WDL_String (const char *initial=NULL, int initial_len=0) |
| | WDL_String (const WDL_String &s) |
| | WDL_String (const WDL_String *s) |
| | ~WDL_String () |
| void WDL_STRING_FUNCPREFIX | Set (const char *str, int maxlen WDL_STRING_DEFPARM(0)) |
| void WDL_STRING_FUNCPREFIX | Set (const WDL_String *str, int maxlen WDL_STRING_DEFPARM(0)) |
| void WDL_STRING_FUNCPREFIX | Append (const char *str, int maxlen WDL_STRING_DEFPARM(0)) |
| void WDL_STRING_FUNCPREFIX | Append (const WDL_String *str, int maxlen WDL_STRING_DEFPARM(0)) |
| void WDL_STRING_FUNCPREFIX | DeleteSub (int position, int len) |
| void WDL_STRING_FUNCPREFIX | Insert (const char *str, int position, int maxlen WDL_STRING_DEFPARM(0)) |
| void WDL_STRING_FUNCPREFIX | Insert (const WDL_String *str, int position, int maxlen WDL_STRING_DEFPARM(0)) |
| bool WDL_STRING_FUNCPREFIX | SetLen (int length, bool resizeDown WDL_STRING_DEFPARM(false)) |
| void WDL_STRING_FUNCPREFIX | SetAppendFormattedArgs (bool append, int maxlen, const char *fmt, va_list arglist) |
| void | WDL_VARARG_WARN (printf, 3, 4) WDL_STRING_FUNCPREFIX SetFormatted(int maxlen |
| void const char | va_start (arglist, fmt) |
| | SetAppendFormattedArgs (false, maxlen, fmt, arglist) |
| | va_end (arglist) |
| void | WDL_VARARG_WARN (printf, 3, 4) WDL_STRING_FUNCPREFIX AppendFormatted(int maxlen |
| void const char | va_start (arglist, fmt) |
| | SetAppendFormattedArgs (true, maxlen, fmt, arglist) |
| | va_end (arglist) |
| void WDL_STRING_FUNCPREFIX | Ellipsize (int minlen, int maxlen) |
| const char *WDL_STRING_FUNCPREFIX | get_filepart () const |
| const char *WDL_STRING_FUNCPREFIX | get_fileext () const |
| bool WDL_STRING_FUNCPREFIX | remove_fileext () |
| char WDL_STRING_FUNCPREFIX | remove_filepart (bool keepTrailingSlash WDL_STRING_DEFPARM(false)) |
| int WDL_STRING_FUNCPREFIX | remove_trailing_dirchars () |
◆ WDL_String() [1/4]
| WDL_String::WDL_String |
( |
int | hbgran | ) |
|
|
inlineexplicit |
◆ WDL_String() [2/4]
| WDL_String::WDL_String |
( |
const char * | initial = NULL, |
|
|
int | initial_len = 0 ) |
|
inlineexplicit |
◆ WDL_String() [3/4]
◆ WDL_String() [4/4]
◆ ~WDL_String()
| WDL_String::~WDL_String |
( |
| ) |
|
|
inline |
◆ __doSet()
◆ Append() [1/2]
◆ Append() [2/2]
◆ DeleteSub()
◆ Ellipsize()
◆ Get() [1/2]
| char * WDL_String::Get |
( |
| ) |
|
|
inline |
◆ Get() [2/2]
| const char * WDL_String::Get |
( |
| ) |
const |
|
inline |
◆ get_fileext()
◆ get_filepart()
◆ GetLength()
| int WDL_String::GetLength |
( |
| ) |
const |
|
inline |
◆ Insert() [1/2]
◆ Insert() [2/2]
◆ remove_fileext()
◆ remove_filepart()
◆ remove_trailing_dirchars()
◆ Set() [1/2]
◆ Set() [2/2]
◆ SetAppendFormattedArgs() [1/3]
◆ SetAppendFormattedArgs() [2/3]
| WDL_String::SetAppendFormattedArgs |
( |
false | , |
|
|
maxlen | , |
|
|
fmt | , |
|
|
arglist | ) |
◆ SetAppendFormattedArgs() [3/3]
| WDL_String::SetAppendFormattedArgs |
( |
true | , |
|
|
maxlen | , |
|
|
fmt | , |
|
|
arglist | ) |
◆ SetLen()
◆ va_end() [1/2]
| WDL_String::va_end |
( |
arglist | | ) |
|
◆ va_end() [2/2]
| WDL_String::va_end |
( |
arglist | | ) |
|
◆ va_start() [1/2]
◆ va_start() [2/2]
◆ WDL_VARARG_WARN() [1/2]
| void WDL_String::WDL_VARARG_WARN |
( |
printf | , |
|
|
3 | , |
|
|
4 | ) |
◆ WDL_VARARG_WARN() [2/2]
| void WDL_String::WDL_VARARG_WARN |
( |
printf | , |
|
|
3 | , |
|
|
4 | ) |
◆ fmt
◆ m_hb
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/ysfx/thirdparty/WDL/source/WDL/wdlstring.h