StringBuffer

Undocumented in source.

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.
this
this()
Undocumented in source.
this
this(size_t growSize)
Undocumented in source.
this
this(string data)
Undocumented in source.
this
this(string data, size_t buflen)
Undocumented in source.
this
this(String src)
Undocumented in source.
this
this(StringBuffer src)
Undocumented in source.
this
this(SWIGTYPE_p_wchar_t data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

AppendChar
void AppendChar(SWIGTYPE_p_uint32_t ch)
Undocumented in source. Be warned that the author may not have intended to support it.
AppendFormat
void AppendFormat(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
AppendString
void AppendString(SWIGTYPE_p_wchar_t pstr, SWIGTYPE_p_ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
AppendString
void AppendString(SWIGTYPE_p_wchar_t pstr)
Undocumented in source. Be warned that the author may not have intended to support it.
AppendString
void AppendString(string putf8str, SWIGTYPE_p_ptrdiff_t utf8StrSz)
Undocumented in source. Be warned that the author may not have intended to support it.
AppendString
void AppendString(string putf8str)
Undocumented in source. Be warned that the author may not have intended to support it.
Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
GetCharAt
SWIGTYPE_p_uint32_t GetCharAt(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFirstCharAt
SWIGTYPE_p_uint32_t GetFirstCharAt(size_t index, char** offset)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGrowSize
size_t GetGrowSize()
Undocumented in source. Be warned that the author may not have intended to support it.
GetLength
size_t GetLength()
Undocumented in source. Be warned that the author may not have intended to support it.
GetNextChar
SWIGTYPE_p_uint32_t GetNextChar(char** offset)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSize
size_t GetSize()
Undocumented in source. Be warned that the author may not have intended to support it.
Insert
void Insert(string substr, size_t posAt, SWIGTYPE_p_ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
Insert
void Insert(string substr, size_t posAt)
Undocumented in source. Be warned that the author may not have intended to support it.
InsertCharAt
size_t InsertCharAt(SWIGTYPE_p_uint32_t c, size_t posAt)
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmpty
bool IsEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
Reserve
void Reserve(size_t _size)
Undocumented in source. Be warned that the author may not have intended to support it.
Resize
void Resize(size_t _size)
Undocumented in source. Be warned that the author may not have intended to support it.
SetGrowSize
void SetGrowSize(size_t growSize)
Undocumented in source. Be warned that the author may not have intended to support it.
ToCStr
string ToCStr()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
char* opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
char* opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpAddAssign
void swigOpAddAssign(String src)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpAddAssign
void swigOpAddAssign(string psrc)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpAddAssign
void swigOpAddAssign(SWIGTYPE_p_wchar_t psrc)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpAddAssign
void swigOpAddAssign(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ovr_im.SwigOperatorDefinitions
Undocumented in source.

Static functions

swigGetCPtr
void* swigGetCPtr(StringBuffer obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

swigCMemOwn
bool swigCMemOwn;
Undocumented in source.

Mixed In Members

From mixin ovr_im.SwigOperatorDefinitions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta