StringDataPtr

Undocumented in source.

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.
this
this()
Undocumented in source.
this
this(StringDataPtr p)
Undocumented in source.
this
this(string pstr, size_t sz)
Undocumented in source.
this
this(string pstr)
Undocumented in source.
this
this(String str)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Begin
string Begin()
Undocumented in source. Be warned that the author may not have intended to support it.
End
string End()
Undocumented in source. Be warned that the author may not have intended to support it.
FindChar
SWIGTYPE_p_ptrdiff_t FindChar(char c, size_t init_ind)
Undocumented in source. Be warned that the author may not have intended to support it.
FindChar
SWIGTYPE_p_ptrdiff_t FindChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
FindLastChar
SWIGTYPE_p_ptrdiff_t FindLastChar(char c, size_t init_ind)
Undocumented in source. Be warned that the author may not have intended to support it.
FindLastChar
SWIGTYPE_p_ptrdiff_t FindLastChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
GetNextToken
StringDataPtr GetNextToken(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
GetNextToken
StringDataPtr GetNextToken()
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.
GetTrimLeft
StringDataPtr GetTrimLeft(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTrimRight
StringDataPtr GetTrimRight(size_t size)
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.
IsPrefix
bool IsPrefix(StringDataPtr value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsSuffix
bool IsSuffix(StringDataPtr value)
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.
TrimLeft
StringDataPtr TrimLeft(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
TrimRight
StringDataPtr TrimRight(size_t size)
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.
swigOpEquals
bool swigOpEquals(StringDataPtr data)
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(StringDataPtr 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