Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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)
Click to show internal directories.
Click to hide internal directories.