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 ¶
Types ¶
type FactoryFct ¶
FactoryFct creates new values of a given type.
Click to show internal directories.
Click to hide internal directories.