Documentation
¶
Index ¶
- func GetDecodeHooks() []cherryMapStructure.DecodeHookFuncType
- type HookType
- type I32I32
- type I32I64Map
- func (p I32I64Map) Add(key int32, addValue int64) (int64, bool)
- func (p I32I64Map) ContainKey(key int32) bool
- func (p I32I64Map) Decrease(key int32, decreaseValue int64) (int64, bool)
- func (p I32I64Map) Get(key int32) (int64, bool)
- func (p *I32I64Map) Hook() cherryMapStructure.DecodeHookFuncType
- func (p I32I64Map) ReadString(data string)
- func (p I32I64Map) Set(key int32, value int64)
- func (p *I32I64Map) ToMap(values interface{}) map[int32]int64
- func (I32I64Map) Type() reflect.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDecodeHooks ¶
func GetDecodeHooks() []cherryMapStructure.DecodeHookFuncType
Types ¶
type HookType ¶
type HookType interface {
Type() reflect.Type
Hook() cherryMapStructure.DecodeHookFuncType
}
type I32I32 ¶
I32I32 int32&int32 key,value
func (*I32I32) Hook ¶
func (p *I32I32) Hook() cherryMapStructure.DecodeHookFuncType
type I32I64Map ¶
func NewI32I64Map ¶
func NewI32I64Map() I32I64Map
func (I32I64Map) ContainKey ¶
func (*I32I64Map) Hook ¶
func (p *I32I64Map) Hook() cherryMapStructure.DecodeHookFuncType
func (I32I64Map) ReadString ¶
Click to show internal directories.
Click to hide internal directories.