types

package
v0.0.0-...-889d6e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type HookType

type HookType interface {
	Type() reflect.Type
	Hook() cherryMapStructure.DecodeHookFuncType
}

type I32I32

type I32I32 struct {
	Key   int32 // key
	Value int32 // value
}

I32I32 int32&int32 key,value

func (*I32I32) Hook

func (I32I32) Type

func (I32I32) Type() reflect.Type

type I32I64Map

type I32I64Map map[int32]int64

func NewI32I64Map

func NewI32I64Map() I32I64Map

func (I32I64Map) Add

func (p I32I64Map) Add(key int32, addValue int64) (int64, bool)

func (I32I64Map) ContainKey

func (p I32I64Map) ContainKey(key int32) bool

func (I32I64Map) Decrease

func (p I32I64Map) Decrease(key int32, decreaseValue int64) (int64, bool)

func (I32I64Map) Get

func (p I32I64Map) Get(key int32) (int64, bool)

func (*I32I64Map) Hook

func (I32I64Map) ReadString

func (p I32I64Map) ReadString(data string)

func (I32I64Map) Set

func (p I32I64Map) Set(key int32, value int64)

func (*I32I64Map) ToMap

func (p *I32I64Map) ToMap(values interface{}) map[int32]int64

func (I32I64Map) Type

func (I32I64Map) Type() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL