String

Undocumented in source.
class String {}

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.
this
this()
Undocumented in source.
this
this(string data)
Undocumented in source.
this
this(string data1, string pdata2, string pdata3)
Undocumented in source.
this
this(string data1, string pdata2)
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_OVR__String__InitStruct src, size_t size)
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.
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.
AssignString
void AssignString(SWIGTYPE_p_OVR__String__InitStruct src, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
AssignString
void AssignString(string putf8str, size_t size)
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.
CompareNoCase
int CompareNoCase(string pstr)
Undocumented in source. Be warned that the author may not have intended to support it.
CompareNoCase
int CompareNoCase(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
GetByteIndex
size_t GetByteIndex(size_t index)
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.
GetExtension
String GetExtension()
Undocumented in source. Be warned that the author may not have intended to support it.
GetFilename
String GetFilename()
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.
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.
GetPath
String GetPath()
Undocumented in source. Be warned that the author may not have intended to support it.
GetProtocol
String GetProtocol()
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.
HasAbsolutePath
bool HasAbsolutePath()
Undocumented in source. Be warned that the author may not have intended to support it.
HasExtension
bool HasExtension()
Undocumented in source. Be warned that the author may not have intended to support it.
HasProtocol
bool HasProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
Insert
String 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
String 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.
Remove
void Remove(size_t posAt, SWIGTYPE_p_ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
Remove
void Remove(size_t posAt)
Undocumented in source. Be warned that the author may not have intended to support it.
StripExtension
void StripExtension()
Undocumented in source. Be warned that the author may not have intended to support it.
StripProtocol
void StripProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
Substring
String Substring(size_t start, size_t end)
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.
ToLower
String ToLower()
Undocumented in source. Be warned that the author may not have intended to support it.
ToUpper
String ToUpper()
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(int index)
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.
swigOpAdd
String swigOpAdd(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpAdd
String swigOpAdd(String src)
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.
swigOpEquals
bool swigOpEquals(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpEquals
bool swigOpEquals(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpEquals
bool swigOpEquals(SWIGTYPE_p_OVR__String__NoCaseKey strKey)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpGt
bool swigOpGt(string pstr)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpGt
bool swigOpGt(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpLt
bool swigOpLt(string pstr)
Undocumented in source. Be warned that the author may not have intended to support it.
swigOpLt
bool swigOpLt(String str)
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

BernsteinHashFunction
size_t BernsteinHashFunction(void* pdataIn, size_t size, size_t seed)
Undocumented in source. Be warned that the author may not have intended to support it.
BernsteinHashFunction
size_t BernsteinHashFunction(void* pdataIn, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
BernsteinHashFunctionCIS
size_t BernsteinHashFunctionCIS(void* pdataIn, size_t size, size_t seed)
Undocumented in source. Be warned that the author may not have intended to support it.
BernsteinHashFunctionCIS
size_t BernsteinHashFunctionCIS(void* pdataIn, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
CompareNoCase
int CompareNoCase(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
CompareNoCase
int CompareNoCase(string a, string b, SWIGTYPE_p_ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
HasAbsolutePath
bool HasAbsolutePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
HasExtension
bool HasExtension(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
HasProtocol
bool HasProtocol(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
NullData
void NullData(SWIGTYPE_p_DataDesc value)
Undocumented in source. Be warned that the author may not have intended to support it.
NullData
SWIGTYPE_p_DataDesc NullData()
Undocumented in source. Be warned that the author may not have intended to support it.
swigGetCPtr
void* swigGetCPtr(String 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