rtypes

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package rtypes contains the means to register types (ROOT ones and user defined ones) with the ROOT type factory.

Index

Constants

This section is empty.

Variables

View Source
var Factory = &factory{
	db: make(map[string]FactoryFct),
}

Functions

func Bit added in v0.18.0

func Bit(v int) uint32

Bit returns a uint32 with v-th bit set to 1.

Types

type FactoryFct

type FactoryFct func() reflect.Value

FactoryFct creates new values of a given type.

Jump to

Keyboard shortcuts

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