reflectmap

package
v0.0.0-...-972597a Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

type Map struct {
	// contains filtered or unexported fields
}

only supports int for key

func NewMap

func NewMap(key, value interface{}) *Map

func (*Map) Add

func (m *Map) Add(key, value interface{})

type PointerMap

type PointerMap struct {
	// contains filtered or unexported fields
}

only supports int for key

func NewPointerMap

func NewPointerMap(key, value interface{}) *PointerMap

func (*PointerMap) Add

func (m *PointerMap) Add(key, value unsafe.Pointer)

type SpecialMap

type SpecialMap struct {
	// contains filtered or unexported fields
}

func NewSpecialMap

func NewSpecialMap() *SpecialMap

func (*SpecialMap) Add

func (m *SpecialMap) Add(key, value int)

type UnsafeMap

type UnsafeMap struct {
	// contains filtered or unexported fields
}

only supports int for key

func NewUnsafeMap

func NewUnsafeMap(key, value interface{}) *UnsafeMap

func (*UnsafeMap) Add

func (m *UnsafeMap) Add(key, value interface{})

Jump to

Keyboard shortcuts

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