Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AsciiReader ¶
type AsciiReader struct {
// contains filtered or unexported fields
}
type ListProperty ¶
type ListProperty struct {
// contains filtered or unexported fields
}
func (ListProperty) Name ¶
func (lp ListProperty) Name() string
type ScalarProperty ¶
type ScalarProperty struct { Type ScalarPropertyType // contains filtered or unexported fields }
func (ScalarProperty) Name ¶
func (sp ScalarProperty) Name() string
type ScalarPropertyType ¶
type ScalarPropertyType string
const ( Char ScalarPropertyType = "char" UChar ScalarPropertyType = "uchar" Short ScalarPropertyType = "Short" Ushort ScalarPropertyType = "ushort" Int ScalarPropertyType = "int" Uint ScalarPropertyType = "uint" Float ScalarPropertyType = "float" Double ScalarPropertyType = "double" )
Click to show internal directories.
Click to hide internal directories.