Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicLookup ¶
type BasicLookup struct {
ThinHash func(stingray.ThinHash) string
Hash func(stingray.Hash) string
Str func(uint32) string
}
func (*BasicLookup) LookupHash ¶
func (b *BasicLookup) LookupHash(hash stingray.Hash) string
func (*BasicLookup) LookupString ¶
func (b *BasicLookup) LookupString(val uint32) string
func (*BasicLookup) LookupThinHash ¶
func (b *BasicLookup) LookupThinHash(hash stingray.ThinHash) string
Click to show internal directories.
Click to hide internal directories.