lib_gc_capnp_common

package
v0.0.0-...-e28984d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttributeType

type AttributeType uint16
const (
	ATTRIBUTETYPE_DATA    AttributeType = 0
	ATTRIBUTETYPE_TEXT    AttributeType = 1
	ATTRIBUTETYPE_BOOL    AttributeType = 2
	ATTRIBUTETYPE_INT8    AttributeType = 3
	ATTRIBUTETYPE_INT16   AttributeType = 4
	ATTRIBUTETYPE_INT32   AttributeType = 5
	ATTRIBUTETYPE_INT64   AttributeType = 6
	ATTRIBUTETYPE_UINT8   AttributeType = 7
	ATTRIBUTETYPE_UINT16  AttributeType = 8
	ATTRIBUTETYPE_UINT32  AttributeType = 9
	ATTRIBUTETYPE_UINT64  AttributeType = 10
	ATTRIBUTETYPE_FLOAT32 AttributeType = 11
	ATTRIBUTETYPE_FLOAT64 AttributeType = 12
)

func AttributeTypeFromString

func AttributeTypeFromString(c string) AttributeType

func (AttributeType) MarshalCapLit

func (s AttributeType) MarshalCapLit() ([]byte, error)

func (AttributeType) MarshalJSON

func (s AttributeType) MarshalJSON() ([]byte, error)

func (AttributeType) String

func (c AttributeType) String() string

func (AttributeType) WriteCapLit

func (s AttributeType) WriteCapLit(w io.Writer) error

func (AttributeType) WriteJSON

func (s AttributeType) WriteJSON(w io.Writer) error

type AttributeType_List

type AttributeType_List C.PointerList

func NewAttributeTypeList

func NewAttributeTypeList(s *C.Segment, sz int) AttributeType_List

func (AttributeType_List) At

func (AttributeType_List) Len

func (s AttributeType_List) Len() int

func (AttributeType_List) Set

func (s AttributeType_List) Set(i int, item AttributeType)

func (AttributeType_List) ToArray

func (s AttributeType_List) ToArray() []AttributeType

type Metadata

type Metadata C.Struct

func AutoNewMetadata

func AutoNewMetadata(s *C.Segment) Metadata

func NewMetadata

func NewMetadata(s *C.Segment) Metadata

func NewRootMetadata

func NewRootMetadata(s *C.Segment) Metadata

func ReadRootMetadata

func ReadRootMetadata(s *C.Segment) Metadata

func (Metadata) MarshalCapLit

func (s Metadata) MarshalCapLit() ([]byte, error)

func (Metadata) MarshalJSON

func (s Metadata) MarshalJSON() ([]byte, error)

func (Metadata) SetStatus

func (s Metadata) SetStatus(v int16)

func (Metadata) SetVersion

func (s Metadata) SetVersion(v uint64)

func (Metadata) Status

func (s Metadata) Status() int16

func (Metadata) Version

func (s Metadata) Version() uint64

func (Metadata) WriteCapLit

func (s Metadata) WriteCapLit(w io.Writer) error

func (Metadata) WriteJSON

func (s Metadata) WriteJSON(w io.Writer) error

type Metadata_List

type Metadata_List C.PointerList

func NewMetadataList

func NewMetadataList(s *C.Segment, sz int) Metadata_List

func (Metadata_List) At

func (s Metadata_List) At(i int) Metadata

func (Metadata_List) Len

func (s Metadata_List) Len() int

func (Metadata_List) Set

func (s Metadata_List) Set(i int, item Metadata)

func (Metadata_List) ToArray

func (s Metadata_List) ToArray() []Metadata

type NullableAttributeBool

type NullableAttributeBool C.Struct

func AutoNewNullableAttributeBool

func AutoNewNullableAttributeBool(s *C.Segment) NullableAttributeBool

func NewNullableAttributeBool

func NewNullableAttributeBool(s *C.Segment) NullableAttributeBool

func NewRootNullableAttributeBool

func NewRootNullableAttributeBool(s *C.Segment) NullableAttributeBool

func ReadRootNullableAttributeBool

func ReadRootNullableAttributeBool(s *C.Segment) NullableAttributeBool

func (NullableAttributeBool) IsNull

func (s NullableAttributeBool) IsNull() bool

func (NullableAttributeBool) MarshalCapLit

func (s NullableAttributeBool) MarshalCapLit() ([]byte, error)

func (NullableAttributeBool) MarshalJSON

func (s NullableAttributeBool) MarshalJSON() ([]byte, error)

func (NullableAttributeBool) SetIsNull

func (s NullableAttributeBool) SetIsNull(v bool)

func (NullableAttributeBool) SetValue

func (s NullableAttributeBool) SetValue(v bool)

func (NullableAttributeBool) SetValueType

func (s NullableAttributeBool) SetValueType(v AttributeType)

func (NullableAttributeBool) Value

func (s NullableAttributeBool) Value() bool

func (NullableAttributeBool) ValueType

func (s NullableAttributeBool) ValueType() AttributeType

func (NullableAttributeBool) WriteCapLit

func (s NullableAttributeBool) WriteCapLit(w io.Writer) error

func (NullableAttributeBool) WriteJSON

func (s NullableAttributeBool) WriteJSON(w io.Writer) error

type NullableAttributeBool_List

type NullableAttributeBool_List C.PointerList

func NewNullableAttributeBoolList

func NewNullableAttributeBoolList(s *C.Segment, sz int) NullableAttributeBool_List

func (NullableAttributeBool_List) At

func (NullableAttributeBool_List) Len

func (NullableAttributeBool_List) Set

func (NullableAttributeBool_List) ToArray

type NullableAttributeData

type NullableAttributeData C.Struct

func AutoNewNullableAttributeData

func AutoNewNullableAttributeData(s *C.Segment) NullableAttributeData

func NewNullableAttributeData

func NewNullableAttributeData(s *C.Segment) NullableAttributeData

func NewRootNullableAttributeData

func NewRootNullableAttributeData(s *C.Segment) NullableAttributeData

func ReadRootNullableAttributeData

func ReadRootNullableAttributeData(s *C.Segment) NullableAttributeData

func (NullableAttributeData) IsNull

func (s NullableAttributeData) IsNull() bool

func (NullableAttributeData) MarshalCapLit

func (s NullableAttributeData) MarshalCapLit() ([]byte, error)

func (NullableAttributeData) MarshalJSON

func (s NullableAttributeData) MarshalJSON() ([]byte, error)

func (NullableAttributeData) SetIsNull

func (s NullableAttributeData) SetIsNull(v bool)

func (NullableAttributeData) SetValue

func (s NullableAttributeData) SetValue(v []byte)

func (NullableAttributeData) SetValueType

func (s NullableAttributeData) SetValueType(v AttributeType)

func (NullableAttributeData) Value

func (s NullableAttributeData) Value() []byte

func (NullableAttributeData) ValueType

func (s NullableAttributeData) ValueType() AttributeType

func (NullableAttributeData) WriteCapLit

func (s NullableAttributeData) WriteCapLit(w io.Writer) error

func (NullableAttributeData) WriteJSON

func (s NullableAttributeData) WriteJSON(w io.Writer) error

type NullableAttributeData_List

type NullableAttributeData_List C.PointerList

func NewNullableAttributeDataList

func NewNullableAttributeDataList(s *C.Segment, sz int) NullableAttributeData_List

func (NullableAttributeData_List) At

func (NullableAttributeData_List) Len

func (NullableAttributeData_List) Set

func (NullableAttributeData_List) ToArray

type NullableAttributeFloat32

type NullableAttributeFloat32 C.Struct

func AutoNewNullableAttributeFloat32

func AutoNewNullableAttributeFloat32(s *C.Segment) NullableAttributeFloat32

func NewNullableAttributeFloat32

func NewNullableAttributeFloat32(s *C.Segment) NullableAttributeFloat32

func NewRootNullableAttributeFloat32

func NewRootNullableAttributeFloat32(s *C.Segment) NullableAttributeFloat32

func ReadRootNullableAttributeFloat32

func ReadRootNullableAttributeFloat32(s *C.Segment) NullableAttributeFloat32

func (NullableAttributeFloat32) IsNull

func (s NullableAttributeFloat32) IsNull() bool

func (NullableAttributeFloat32) MarshalCapLit

func (s NullableAttributeFloat32) MarshalCapLit() ([]byte, error)

func (NullableAttributeFloat32) MarshalJSON

func (s NullableAttributeFloat32) MarshalJSON() ([]byte, error)

func (NullableAttributeFloat32) SetIsNull

func (s NullableAttributeFloat32) SetIsNull(v bool)

func (NullableAttributeFloat32) SetValue

func (s NullableAttributeFloat32) SetValue(v float32)

func (NullableAttributeFloat32) SetValueType

func (s NullableAttributeFloat32) SetValueType(v AttributeType)

func (NullableAttributeFloat32) Value

func (NullableAttributeFloat32) ValueType

func (NullableAttributeFloat32) WriteCapLit

func (s NullableAttributeFloat32) WriteCapLit(w io.Writer) error

func (NullableAttributeFloat32) WriteJSON

func (s NullableAttributeFloat32) WriteJSON(w io.Writer) error

type NullableAttributeFloat32_List

type NullableAttributeFloat32_List C.PointerList

func NewNullableAttributeFloat32List

func NewNullableAttributeFloat32List(s *C.Segment, sz int) NullableAttributeFloat32_List

func (NullableAttributeFloat32_List) At

func (NullableAttributeFloat32_List) Len

func (NullableAttributeFloat32_List) Set

func (NullableAttributeFloat32_List) ToArray

type NullableAttributeFloat64

type NullableAttributeFloat64 C.Struct

func AutoNewNullableAttributeFloat64

func AutoNewNullableAttributeFloat64(s *C.Segment) NullableAttributeFloat64

func NewNullableAttributeFloat64

func NewNullableAttributeFloat64(s *C.Segment) NullableAttributeFloat64

func NewRootNullableAttributeFloat64

func NewRootNullableAttributeFloat64(s *C.Segment) NullableAttributeFloat64

func ReadRootNullableAttributeFloat64

func ReadRootNullableAttributeFloat64(s *C.Segment) NullableAttributeFloat64

func (NullableAttributeFloat64) IsNull

func (s NullableAttributeFloat64) IsNull() bool

func (NullableAttributeFloat64) MarshalCapLit

func (s NullableAttributeFloat64) MarshalCapLit() ([]byte, error)

func (NullableAttributeFloat64) MarshalJSON

func (s NullableAttributeFloat64) MarshalJSON() ([]byte, error)

func (NullableAttributeFloat64) SetIsNull

func (s NullableAttributeFloat64) SetIsNull(v bool)

func (NullableAttributeFloat64) SetValue

func (s NullableAttributeFloat64) SetValue(v float64)

func (NullableAttributeFloat64) SetValueType

func (s NullableAttributeFloat64) SetValueType(v AttributeType)

func (NullableAttributeFloat64) Value

func (NullableAttributeFloat64) ValueType

func (NullableAttributeFloat64) WriteCapLit

func (s NullableAttributeFloat64) WriteCapLit(w io.Writer) error

func (NullableAttributeFloat64) WriteJSON

func (s NullableAttributeFloat64) WriteJSON(w io.Writer) error

type NullableAttributeFloat64_List

type NullableAttributeFloat64_List C.PointerList

func NewNullableAttributeFloat64List

func NewNullableAttributeFloat64List(s *C.Segment, sz int) NullableAttributeFloat64_List

func (NullableAttributeFloat64_List) At

func (NullableAttributeFloat64_List) Len

func (NullableAttributeFloat64_List) Set

func (NullableAttributeFloat64_List) ToArray

type NullableAttributeInt16

type NullableAttributeInt16 C.Struct

func AutoNewNullableAttributeInt16

func AutoNewNullableAttributeInt16(s *C.Segment) NullableAttributeInt16

func NewNullableAttributeInt16

func NewNullableAttributeInt16(s *C.Segment) NullableAttributeInt16

func NewRootNullableAttributeInt16

func NewRootNullableAttributeInt16(s *C.Segment) NullableAttributeInt16

func ReadRootNullableAttributeInt16

func ReadRootNullableAttributeInt16(s *C.Segment) NullableAttributeInt16

func (NullableAttributeInt16) IsNull

func (s NullableAttributeInt16) IsNull() bool

func (NullableAttributeInt16) MarshalCapLit

func (s NullableAttributeInt16) MarshalCapLit() ([]byte, error)

func (NullableAttributeInt16) MarshalJSON

func (s NullableAttributeInt16) MarshalJSON() ([]byte, error)

func (NullableAttributeInt16) SetIsNull

func (s NullableAttributeInt16) SetIsNull(v bool)

func (NullableAttributeInt16) SetValue

func (s NullableAttributeInt16) SetValue(v int16)

func (NullableAttributeInt16) SetValueType

func (s NullableAttributeInt16) SetValueType(v AttributeType)

func (NullableAttributeInt16) Value

func (s NullableAttributeInt16) Value() int16

func (NullableAttributeInt16) ValueType

func (s NullableAttributeInt16) ValueType() AttributeType

func (NullableAttributeInt16) WriteCapLit

func (s NullableAttributeInt16) WriteCapLit(w io.Writer) error

func (NullableAttributeInt16) WriteJSON

func (s NullableAttributeInt16) WriteJSON(w io.Writer) error

type NullableAttributeInt16_List

type NullableAttributeInt16_List C.PointerList

func NewNullableAttributeInt16List

func NewNullableAttributeInt16List(s *C.Segment, sz int) NullableAttributeInt16_List

func (NullableAttributeInt16_List) At

func (NullableAttributeInt16_List) Len

func (NullableAttributeInt16_List) Set

func (NullableAttributeInt16_List) ToArray

type NullableAttributeInt32

type NullableAttributeInt32 C.Struct

func AutoNewNullableAttributeInt32

func AutoNewNullableAttributeInt32(s *C.Segment) NullableAttributeInt32

func NewNullableAttributeInt32

func NewNullableAttributeInt32(s *C.Segment) NullableAttributeInt32

func NewRootNullableAttributeInt32

func NewRootNullableAttributeInt32(s *C.Segment) NullableAttributeInt32

func ReadRootNullableAttributeInt32

func ReadRootNullableAttributeInt32(s *C.Segment) NullableAttributeInt32

func (NullableAttributeInt32) IsNull

func (s NullableAttributeInt32) IsNull() bool

func (NullableAttributeInt32) MarshalCapLit

func (s NullableAttributeInt32) MarshalCapLit() ([]byte, error)

func (NullableAttributeInt32) MarshalJSON

func (s NullableAttributeInt32) MarshalJSON() ([]byte, error)

func (NullableAttributeInt32) SetIsNull

func (s NullableAttributeInt32) SetIsNull(v bool)

func (NullableAttributeInt32) SetValue

func (s NullableAttributeInt32) SetValue(v int32)

func (NullableAttributeInt32) SetValueType

func (s NullableAttributeInt32) SetValueType(v AttributeType)

func (NullableAttributeInt32) Value

func (s NullableAttributeInt32) Value() int32

func (NullableAttributeInt32) ValueType

func (s NullableAttributeInt32) ValueType() AttributeType

func (NullableAttributeInt32) WriteCapLit

func (s NullableAttributeInt32) WriteCapLit(w io.Writer) error

func (NullableAttributeInt32) WriteJSON

func (s NullableAttributeInt32) WriteJSON(w io.Writer) error

type NullableAttributeInt32_List

type NullableAttributeInt32_List C.PointerList

func NewNullableAttributeInt32List

func NewNullableAttributeInt32List(s *C.Segment, sz int) NullableAttributeInt32_List

func (NullableAttributeInt32_List) At

func (NullableAttributeInt32_List) Len

func (NullableAttributeInt32_List) Set

func (NullableAttributeInt32_List) ToArray

type NullableAttributeInt64

type NullableAttributeInt64 C.Struct

func AutoNewNullableAttributeInt64

func AutoNewNullableAttributeInt64(s *C.Segment) NullableAttributeInt64

func NewNullableAttributeInt64

func NewNullableAttributeInt64(s *C.Segment) NullableAttributeInt64

func NewRootNullableAttributeInt64

func NewRootNullableAttributeInt64(s *C.Segment) NullableAttributeInt64

func ReadRootNullableAttributeInt64

func ReadRootNullableAttributeInt64(s *C.Segment) NullableAttributeInt64

func (NullableAttributeInt64) IsNull

func (s NullableAttributeInt64) IsNull() bool

func (NullableAttributeInt64) MarshalCapLit

func (s NullableAttributeInt64) MarshalCapLit() ([]byte, error)

func (NullableAttributeInt64) MarshalJSON

func (s NullableAttributeInt64) MarshalJSON() ([]byte, error)

func (NullableAttributeInt64) SetIsNull

func (s NullableAttributeInt64) SetIsNull(v bool)

func (NullableAttributeInt64) SetValue

func (s NullableAttributeInt64) SetValue(v int64)

func (NullableAttributeInt64) SetValueType

func (s NullableAttributeInt64) SetValueType(v AttributeType)

func (NullableAttributeInt64) Value

func (s NullableAttributeInt64) Value() int64

func (NullableAttributeInt64) ValueType

func (s NullableAttributeInt64) ValueType() AttributeType

func (NullableAttributeInt64) WriteCapLit

func (s NullableAttributeInt64) WriteCapLit(w io.Writer) error

func (NullableAttributeInt64) WriteJSON

func (s NullableAttributeInt64) WriteJSON(w io.Writer) error

type NullableAttributeInt64_List

type NullableAttributeInt64_List C.PointerList

func NewNullableAttributeInt64List

func NewNullableAttributeInt64List(s *C.Segment, sz int) NullableAttributeInt64_List

func (NullableAttributeInt64_List) At

func (NullableAttributeInt64_List) Len

func (NullableAttributeInt64_List) Set

func (NullableAttributeInt64_List) ToArray

type NullableAttributeInt8

type NullableAttributeInt8 C.Struct

func AutoNewNullableAttributeInt8

func AutoNewNullableAttributeInt8(s *C.Segment) NullableAttributeInt8

func NewNullableAttributeInt8

func NewNullableAttributeInt8(s *C.Segment) NullableAttributeInt8

func NewRootNullableAttributeInt8

func NewRootNullableAttributeInt8(s *C.Segment) NullableAttributeInt8

func ReadRootNullableAttributeInt8

func ReadRootNullableAttributeInt8(s *C.Segment) NullableAttributeInt8

func (NullableAttributeInt8) IsNull

func (s NullableAttributeInt8) IsNull() bool

func (NullableAttributeInt8) MarshalCapLit

func (s NullableAttributeInt8) MarshalCapLit() ([]byte, error)

func (NullableAttributeInt8) MarshalJSON

func (s NullableAttributeInt8) MarshalJSON() ([]byte, error)

func (NullableAttributeInt8) SetIsNull

func (s NullableAttributeInt8) SetIsNull(v bool)

func (NullableAttributeInt8) SetValue

func (s NullableAttributeInt8) SetValue(v int8)

func (NullableAttributeInt8) SetValueType

func (s NullableAttributeInt8) SetValueType(v AttributeType)

func (NullableAttributeInt8) Value

func (s NullableAttributeInt8) Value() int8

func (NullableAttributeInt8) ValueType

func (s NullableAttributeInt8) ValueType() AttributeType

func (NullableAttributeInt8) WriteCapLit

func (s NullableAttributeInt8) WriteCapLit(w io.Writer) error

func (NullableAttributeInt8) WriteJSON

func (s NullableAttributeInt8) WriteJSON(w io.Writer) error

type NullableAttributeInt8_List

type NullableAttributeInt8_List C.PointerList

func NewNullableAttributeInt8List

func NewNullableAttributeInt8List(s *C.Segment, sz int) NullableAttributeInt8_List

func (NullableAttributeInt8_List) At

func (NullableAttributeInt8_List) Len

func (NullableAttributeInt8_List) Set

func (NullableAttributeInt8_List) ToArray

type NullableAttributeText

type NullableAttributeText C.Struct

func AutoNewNullableAttributeText

func AutoNewNullableAttributeText(s *C.Segment) NullableAttributeText

func NewNullableAttributeText

func NewNullableAttributeText(s *C.Segment) NullableAttributeText

func NewRootNullableAttributeText

func NewRootNullableAttributeText(s *C.Segment) NullableAttributeText

func ReadRootNullableAttributeText

func ReadRootNullableAttributeText(s *C.Segment) NullableAttributeText

func (NullableAttributeText) IsNull

func (s NullableAttributeText) IsNull() bool

func (NullableAttributeText) MarshalCapLit

func (s NullableAttributeText) MarshalCapLit() ([]byte, error)

func (NullableAttributeText) MarshalJSON

func (s NullableAttributeText) MarshalJSON() ([]byte, error)

func (NullableAttributeText) SetIsNull

func (s NullableAttributeText) SetIsNull(v bool)

func (NullableAttributeText) SetValue

func (s NullableAttributeText) SetValue(v string)

func (NullableAttributeText) SetValueType

func (s NullableAttributeText) SetValueType(v AttributeType)

func (NullableAttributeText) Value

func (s NullableAttributeText) Value() string

func (NullableAttributeText) ValueType

func (s NullableAttributeText) ValueType() AttributeType

func (NullableAttributeText) WriteCapLit

func (s NullableAttributeText) WriteCapLit(w io.Writer) error

func (NullableAttributeText) WriteJSON

func (s NullableAttributeText) WriteJSON(w io.Writer) error

type NullableAttributeText_List

type NullableAttributeText_List C.PointerList

func NewNullableAttributeTextList

func NewNullableAttributeTextList(s *C.Segment, sz int) NullableAttributeText_List

func (NullableAttributeText_List) At

func (NullableAttributeText_List) Len

func (NullableAttributeText_List) Set

func (NullableAttributeText_List) ToArray

type NullableAttributeUInt16

type NullableAttributeUInt16 C.Struct

func AutoNewNullableAttributeUInt16

func AutoNewNullableAttributeUInt16(s *C.Segment) NullableAttributeUInt16

func NewNullableAttributeUInt16

func NewNullableAttributeUInt16(s *C.Segment) NullableAttributeUInt16

func NewRootNullableAttributeUInt16

func NewRootNullableAttributeUInt16(s *C.Segment) NullableAttributeUInt16

func ReadRootNullableAttributeUInt16

func ReadRootNullableAttributeUInt16(s *C.Segment) NullableAttributeUInt16

func (NullableAttributeUInt16) IsNull

func (s NullableAttributeUInt16) IsNull() bool

func (NullableAttributeUInt16) MarshalCapLit

func (s NullableAttributeUInt16) MarshalCapLit() ([]byte, error)

func (NullableAttributeUInt16) MarshalJSON

func (s NullableAttributeUInt16) MarshalJSON() ([]byte, error)

func (NullableAttributeUInt16) SetIsNull

func (s NullableAttributeUInt16) SetIsNull(v bool)

func (NullableAttributeUInt16) SetValue

func (s NullableAttributeUInt16) SetValue(v uint16)

func (NullableAttributeUInt16) SetValueType

func (s NullableAttributeUInt16) SetValueType(v AttributeType)

func (NullableAttributeUInt16) Value

func (s NullableAttributeUInt16) Value() uint16

func (NullableAttributeUInt16) ValueType

func (s NullableAttributeUInt16) ValueType() AttributeType

func (NullableAttributeUInt16) WriteCapLit

func (s NullableAttributeUInt16) WriteCapLit(w io.Writer) error

func (NullableAttributeUInt16) WriteJSON

func (s NullableAttributeUInt16) WriteJSON(w io.Writer) error

type NullableAttributeUInt16_List

type NullableAttributeUInt16_List C.PointerList

func NewNullableAttributeUInt16List

func NewNullableAttributeUInt16List(s *C.Segment, sz int) NullableAttributeUInt16_List

func (NullableAttributeUInt16_List) At

func (NullableAttributeUInt16_List) Len

func (NullableAttributeUInt16_List) Set

func (NullableAttributeUInt16_List) ToArray

type NullableAttributeUInt32

type NullableAttributeUInt32 C.Struct

func AutoNewNullableAttributeUInt32

func AutoNewNullableAttributeUInt32(s *C.Segment) NullableAttributeUInt32

func NewNullableAttributeUInt32

func NewNullableAttributeUInt32(s *C.Segment) NullableAttributeUInt32

func NewRootNullableAttributeUInt32

func NewRootNullableAttributeUInt32(s *C.Segment) NullableAttributeUInt32

func ReadRootNullableAttributeUInt32

func ReadRootNullableAttributeUInt32(s *C.Segment) NullableAttributeUInt32

func (NullableAttributeUInt32) IsNull

func (s NullableAttributeUInt32) IsNull() bool

func (NullableAttributeUInt32) MarshalCapLit

func (s NullableAttributeUInt32) MarshalCapLit() ([]byte, error)

func (NullableAttributeUInt32) MarshalJSON

func (s NullableAttributeUInt32) MarshalJSON() ([]byte, error)

func (NullableAttributeUInt32) SetIsNull

func (s NullableAttributeUInt32) SetIsNull(v bool)

func (NullableAttributeUInt32) SetValue

func (s NullableAttributeUInt32) SetValue(v uint32)

func (NullableAttributeUInt32) SetValueType

func (s NullableAttributeUInt32) SetValueType(v AttributeType)

func (NullableAttributeUInt32) Value

func (s NullableAttributeUInt32) Value() uint32

func (NullableAttributeUInt32) ValueType

func (s NullableAttributeUInt32) ValueType() AttributeType

func (NullableAttributeUInt32) WriteCapLit

func (s NullableAttributeUInt32) WriteCapLit(w io.Writer) error

func (NullableAttributeUInt32) WriteJSON

func (s NullableAttributeUInt32) WriteJSON(w io.Writer) error

type NullableAttributeUInt32_List

type NullableAttributeUInt32_List C.PointerList

func NewNullableAttributeUInt32List

func NewNullableAttributeUInt32List(s *C.Segment, sz int) NullableAttributeUInt32_List

func (NullableAttributeUInt32_List) At

func (NullableAttributeUInt32_List) Len

func (NullableAttributeUInt32_List) Set

func (NullableAttributeUInt32_List) ToArray

type NullableAttributeUInt64

type NullableAttributeUInt64 C.Struct

func AutoNewNullableAttributeUInt64

func AutoNewNullableAttributeUInt64(s *C.Segment) NullableAttributeUInt64

func NewNullableAttributeUInt64

func NewNullableAttributeUInt64(s *C.Segment) NullableAttributeUInt64

func NewRootNullableAttributeUInt64

func NewRootNullableAttributeUInt64(s *C.Segment) NullableAttributeUInt64

func ReadRootNullableAttributeUInt64

func ReadRootNullableAttributeUInt64(s *C.Segment) NullableAttributeUInt64

func (NullableAttributeUInt64) IsNull

func (s NullableAttributeUInt64) IsNull() bool

func (NullableAttributeUInt64) MarshalCapLit

func (s NullableAttributeUInt64) MarshalCapLit() ([]byte, error)

func (NullableAttributeUInt64) MarshalJSON

func (s NullableAttributeUInt64) MarshalJSON() ([]byte, error)

func (NullableAttributeUInt64) SetIsNull

func (s NullableAttributeUInt64) SetIsNull(v bool)

func (NullableAttributeUInt64) SetValue

func (s NullableAttributeUInt64) SetValue(v uint64)

func (NullableAttributeUInt64) SetValueType

func (s NullableAttributeUInt64) SetValueType(v AttributeType)

func (NullableAttributeUInt64) Value

func (s NullableAttributeUInt64) Value() uint64

func (NullableAttributeUInt64) ValueType

func (s NullableAttributeUInt64) ValueType() AttributeType

func (NullableAttributeUInt64) WriteCapLit

func (s NullableAttributeUInt64) WriteCapLit(w io.Writer) error

func (NullableAttributeUInt64) WriteJSON

func (s NullableAttributeUInt64) WriteJSON(w io.Writer) error

type NullableAttributeUInt64_List

type NullableAttributeUInt64_List C.PointerList

func NewNullableAttributeUInt64List

func NewNullableAttributeUInt64List(s *C.Segment, sz int) NullableAttributeUInt64_List

func (NullableAttributeUInt64_List) At

func (NullableAttributeUInt64_List) Len

func (NullableAttributeUInt64_List) Set

func (NullableAttributeUInt64_List) ToArray

type NullableAttributeUInt8

type NullableAttributeUInt8 C.Struct

func AutoNewNullableAttributeUInt8

func AutoNewNullableAttributeUInt8(s *C.Segment) NullableAttributeUInt8

func NewNullableAttributeUInt8

func NewNullableAttributeUInt8(s *C.Segment) NullableAttributeUInt8

func NewRootNullableAttributeUInt8

func NewRootNullableAttributeUInt8(s *C.Segment) NullableAttributeUInt8

func ReadRootNullableAttributeUInt8

func ReadRootNullableAttributeUInt8(s *C.Segment) NullableAttributeUInt8

func (NullableAttributeUInt8) IsNull

func (s NullableAttributeUInt8) IsNull() bool

func (NullableAttributeUInt8) MarshalCapLit

func (s NullableAttributeUInt8) MarshalCapLit() ([]byte, error)

func (NullableAttributeUInt8) MarshalJSON

func (s NullableAttributeUInt8) MarshalJSON() ([]byte, error)

func (NullableAttributeUInt8) SetIsNull

func (s NullableAttributeUInt8) SetIsNull(v bool)

func (NullableAttributeUInt8) SetValue

func (s NullableAttributeUInt8) SetValue(v uint8)

func (NullableAttributeUInt8) SetValueType

func (s NullableAttributeUInt8) SetValueType(v AttributeType)

func (NullableAttributeUInt8) Value

func (s NullableAttributeUInt8) Value() uint8

func (NullableAttributeUInt8) ValueType

func (s NullableAttributeUInt8) ValueType() AttributeType

func (NullableAttributeUInt8) WriteCapLit

func (s NullableAttributeUInt8) WriteCapLit(w io.Writer) error

func (NullableAttributeUInt8) WriteJSON

func (s NullableAttributeUInt8) WriteJSON(w io.Writer) error

type NullableAttributeUInt8_List

type NullableAttributeUInt8_List C.PointerList

func NewNullableAttributeUInt8List

func NewNullableAttributeUInt8List(s *C.Segment, sz int) NullableAttributeUInt8_List

func (NullableAttributeUInt8_List) At

func (NullableAttributeUInt8_List) Len

func (NullableAttributeUInt8_List) Set

func (NullableAttributeUInt8_List) ToArray

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL