 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type AnyType
- type ListItem
- func (li *ListItem) DataLength() int
- func (listItem *ListItem) Dump() []byte
- func (li *ListItem) Get(value interface{}) (err error)
- func (li *ListItem) GetAny() AnyType
- func (li *ListItem) IsEmpty() bool
- func (li *ListItem) IsNull() bool
- func (li *ListItem) IsString() bool
- func (li *ListItem) Type() ListItemType
 
- type ListItemType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListItem ¶
type ListItem struct {
	// contains filtered or unexported fields
}
    func GetListItem ¶
func NewListItem ¶
func NewListItem(value interface{}) ListItem
    func (*ListItem) DataLength ¶
func (*ListItem) Type ¶
func (li *ListItem) Type() ListItemType
type ListItemType ¶
type ListItemType byte
const ( LISTITEM_STRING ListItemType = 0x01 LISTITEM_UNICODE ListItemType = 0x02 LISTITEM_POSINT ListItemType = 0x04 LISTITEM_NEGINT ListItemType = 0x05 LISTITEM_POSFLOAT ListItemType = 0x06 LISTITEM_NEGFLOAT ListItemType = 0x07 LISTITEM_OREF ListItemType = 0x19 )
 Click to show internal directories. 
   Click to hide internal directories.