Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicTabler ¶
type EncodedTable ¶
type EncodedTable struct { BasicTabler // contains filtered or unexported fields }
func NewEncodedTable ¶
func NewEncodedTable(table BasicTabler) (*EncodedTable, error)
func (*EncodedTable) InitTree ¶
func (_ba *EncodedTable) InitTree(codeTable []*Code) error
func (*EncodedTable) RootNode ¶
func (_ga *EncodedTable) RootNode() *InternalNode
func (*EncodedTable) String ¶
func (_bab *EncodedTable) String() string
type FixedSizeTable ¶
type FixedSizeTable struct {
// contains filtered or unexported fields
}
func NewFixedSizeTable ¶
func NewFixedSizeTable(codeTable []*Code) (*FixedSizeTable, error)
func (*FixedSizeTable) InitTree ¶
func (_ebg *FixedSizeTable) InitTree(codeTable []*Code) error
func (*FixedSizeTable) RootNode ¶
func (_bbg *FixedSizeTable) RootNode() *InternalNode
func (*FixedSizeTable) String ¶
func (_dca *FixedSizeTable) String() string
type InternalNode ¶
type InternalNode struct {
// contains filtered or unexported fields
}
func (*InternalNode) String ¶
func (_feg *InternalNode) String() string
type OutOfBandNode ¶
type OutOfBandNode struct{}
func (*OutOfBandNode) String ¶
func (_aca *OutOfBandNode) String() string
type StandardTable ¶
type StandardTable struct {
// contains filtered or unexported fields
}
func (*StandardTable) InitTree ¶
func (_fd *StandardTable) InitTree(codeTable []*Code) error
func (*StandardTable) RootNode ¶
func (_aa *StandardTable) RootNode() *InternalNode
func (*StandardTable) String ¶
func (_bae *StandardTable) String() string
Click to show internal directories.
Click to hide internal directories.