ttype

package
v0.0.0-...-6c31828 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2013 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AliasBool

type AliasBool bool

type AliasFloat

type AliasFloat float32

type AliasInt

type AliasInt int

type AliasString

type AliasString string

type AliasUint

type AliasUint uint

type SimpleType

type SimpleType struct {
	A_uint8  uint8
	A_uint16 uint16
	A_uint32 uint32
	A_uint64 uint64
	A_uint   uint

	A_uint8_p  *uint8
	A_uint16_p *uint16
	A_uint32_p *uint32
	A_uint64_p *uint64
	A_uint_p   *uint

	A_int8  int8
	A_int16 int16
	A_int32 int32
	A_int64 int64
	A_int   int

	A_int8_p  *int8
	A_int16_p *int16
	A_int32_p *int32
	A_int64_p *int64
	A_int_p   *int

	A_float32 float32
	A_float64 float64

	A_float32_p *float32
	A_float64_p *float64

	A_byte   byte
	A_rune   rune
	A_bool   bool
	A_string string

	A_byte_p   *byte
	A_rune_p   *rune
	A_bool_p   *bool
	A_string_p *string

	A_alias_bool   AliasBool
	A_alias_int    AliasInt
	A_alias_uint   AliasUint
	A_alias_float  AliasFloat
	A_alias_string AliasString

	A_alias_bool_p   *AliasBool
	A_alias_int_p    *AliasInt
	A_alias_uint_p   *AliasUint
	A_alias_float_p  *AliasFloat
	A_alias_string_p *AliasString
	// contains filtered or unexported fields
}

func NewSimpleType

func NewSimpleType() SimpleType

Jump to

Keyboard shortcuts

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