Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringContainer ¶
type StringContainer struct {
// contains filtered or unexported fields
}
func NewStringContainer ¶
func NewStringContainer() *StringContainer
func (*StringContainer) Get ¶
func (c *StringContainer) Get() string
func (*StringContainer) Put ¶
func (c *StringContainer) Put(val string)
type Uint32Container ¶
type Uint32Container struct {
// contains filtered or unexported fields
}
func NewUint32Container ¶
func NewUint32Container() *Uint32Container
func (*Uint32Container) Get ¶
func (c *Uint32Container) Get() uint32
func (*Uint32Container) Put ¶
func (c *Uint32Container) Put(val uint32)
Click to show internal directories.
Click to hide internal directories.