Documentation ¶
Index ¶
- type ExampleList
- func (l *ExampleList) Back() *NodeExampleList
- func (l *ExampleList) Free()
- func (l *ExampleList) Front() *NodeExampleList
- func (l *ExampleList) Init() *ExampleList
- func (l *ExampleList) PushBack(value Item) *NodeExampleList
- func (l *ExampleList) PushFront(value Item) *NodeExampleList
- func (l *ExampleList) Remove(n *NodeExampleList)
- func (l *ExampleList) Values() []Item
- type Item
- type NodeExampleList
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 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
Click to show internal directories.
Click to hide internal directories.