example

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleList

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

func NewExampleList

func NewExampleList() *ExampleList

func (*ExampleList) Back

func (l *ExampleList) Back() *NodeExampleList

func (*ExampleList) Free

func (l *ExampleList) Free()

func (*ExampleList) Front

func (l *ExampleList) Front() *NodeExampleList

func (*ExampleList) Init

func (l *ExampleList) Init() *ExampleList

func (*ExampleList) PushBack

func (l *ExampleList) PushBack(value Item) *NodeExampleList

func (*ExampleList) PushFront

func (l *ExampleList) PushFront(value Item) *NodeExampleList

func (*ExampleList) Remove

func (l *ExampleList) Remove(n *NodeExampleList)

func (*ExampleList) Values

func (l *ExampleList) Values() []Item

type Item

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

type NodeExampleList

type NodeExampleList struct {
	Value Item
	// contains filtered or unexported fields
}

func NewNodeExampleList

func NewNodeExampleList(value Item) *NodeExampleList

func (*NodeExampleList) Free

func (n *NodeExampleList) Free()

func (*NodeExampleList) Next

func (n *NodeExampleList) Next() *NodeExampleList

Jump to

Keyboard shortcuts

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