Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WString ¶
type WString struct {
// contains filtered or unexported fields
}
func NewWString ¶
func NewWString() *WString
func (*WString) Get ¶
Get returns a slice of the string data. Note that there is no copying here. Do NOT mess with return value. It is a const char* in C++ and is readonly.
Click to show internal directories.
Click to hide internal directories.