Documentation ¶
Index ¶
- Variables
- func DeleteParseResult(arg1 ParseResult)
- func DeleteStringMap(arg1 StringMap)
- func Swig_free(arg1 uintptr)
- func Swig_malloc(arg1 int) (_swig_ret uintptr)
- type ParseResult
- type StringMap
- type SwigcptrParseResult
- func (arg1 SwigcptrParseResult) GetCommand() (_swig_ret string)
- func (arg1 SwigcptrParseResult) GetError() (_swig_ret string)
- func (arg1 SwigcptrParseResult) GetTag() (_swig_ret string)
- func (arg1 SwigcptrParseResult) SetCommand(arg2 string)
- func (arg1 SwigcptrParseResult) SetError(arg2 string)
- func (arg1 SwigcptrParseResult) SetTag(arg2 string)
- func (p SwigcptrParseResult) SwigIsParseResult()
- func (p SwigcptrParseResult) Swigcptr() uintptr
- type SwigcptrStringMap
- func (arg1 SwigcptrStringMap) Clear()
- func (arg1 SwigcptrStringMap) Del(arg2 string)
- func (arg1 SwigcptrStringMap) Empty() (_swig_ret bool)
- func (arg1 SwigcptrStringMap) Get(arg2 string) (_swig_ret string)
- func (arg1 SwigcptrStringMap) Has_key(arg2 string) (_swig_ret bool)
- func (arg1 SwigcptrStringMap) Set(arg2 string, arg3 string)
- func (arg1 SwigcptrStringMap) Size() (_swig_ret uint)
- func (p SwigcptrStringMap) SwigIsStringMap()
- func (p SwigcptrStringMap) Swigcptr() uintptr
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Swig_escape_always_false bool Swig_escape_val interface{} )
Functions ¶
func DeleteParseResult ¶
func DeleteParseResult(arg1 ParseResult)
func DeleteStringMap ¶
func DeleteStringMap(arg1 StringMap)
func Swig_malloc ¶
Types ¶
type ParseResult ¶
type ParseResult interface { Swigcptr() uintptr SwigIsParseResult() SetTag(arg2 string) GetTag() (_swig_ret string) SetCommand(arg2 string) GetCommand() (_swig_ret string) SetError(arg2 string) GetError() (_swig_ret string) }
func NewParseResult ¶
func NewParseResult() (_swig_ret ParseResult)
func Parse ¶
func Parse(arg1 string, arg2 StringMap) (_swig_ret ParseResult)
type StringMap ¶
type StringMap interface { Swigcptr() uintptr SwigIsStringMap() Size() (_swig_ret uint) Empty() (_swig_ret bool) Clear() Get(arg2 string) (_swig_ret string) Set(arg2 string, arg3 string) Del(arg2 string) Has_key(arg2 string) (_swig_ret bool) }
func NewStringMap ¶
func NewStringMap(a ...interface{}) StringMap
func NewStringMap__SWIG_0 ¶
func NewStringMap__SWIG_0() (_swig_ret StringMap)
func NewStringMap__SWIG_1 ¶
type SwigcptrParseResult ¶
type SwigcptrParseResult uintptr
func (SwigcptrParseResult) GetCommand ¶
func (arg1 SwigcptrParseResult) GetCommand() (_swig_ret string)
func (SwigcptrParseResult) GetError ¶
func (arg1 SwigcptrParseResult) GetError() (_swig_ret string)
func (SwigcptrParseResult) GetTag ¶
func (arg1 SwigcptrParseResult) GetTag() (_swig_ret string)
func (SwigcptrParseResult) SetCommand ¶
func (arg1 SwigcptrParseResult) SetCommand(arg2 string)
func (SwigcptrParseResult) SetError ¶
func (arg1 SwigcptrParseResult) SetError(arg2 string)
func (SwigcptrParseResult) SetTag ¶
func (arg1 SwigcptrParseResult) SetTag(arg2 string)
func (SwigcptrParseResult) SwigIsParseResult ¶
func (p SwigcptrParseResult) SwigIsParseResult()
func (SwigcptrParseResult) Swigcptr ¶
func (p SwigcptrParseResult) Swigcptr() uintptr
type SwigcptrStringMap ¶
type SwigcptrStringMap uintptr
func (SwigcptrStringMap) Clear ¶
func (arg1 SwigcptrStringMap) Clear()
func (SwigcptrStringMap) Del ¶
func (arg1 SwigcptrStringMap) Del(arg2 string)
func (SwigcptrStringMap) Empty ¶
func (arg1 SwigcptrStringMap) Empty() (_swig_ret bool)
func (SwigcptrStringMap) Get ¶
func (arg1 SwigcptrStringMap) Get(arg2 string) (_swig_ret string)
func (SwigcptrStringMap) Has_key ¶
func (arg1 SwigcptrStringMap) Has_key(arg2 string) (_swig_ret bool)
func (SwigcptrStringMap) Set ¶
func (arg1 SwigcptrStringMap) Set(arg2 string, arg3 string)
func (SwigcptrStringMap) Size ¶
func (arg1 SwigcptrStringMap) Size() (_swig_ret uint)
func (SwigcptrStringMap) SwigIsStringMap ¶
func (p SwigcptrStringMap) SwigIsStringMap()
func (SwigcptrStringMap) Swigcptr ¶
func (p SwigcptrStringMap) Swigcptr() uintptr
Click to show internal directories.
Click to hide internal directories.