Documentation
¶
Index ¶
- func CreateInstance(id string, args ...interface{}) (rval interface{}, err error)
- func GetVar(id string) interface{}
- func RangeVarList(cb func(val interface{}) bool)
- func RangeVarListEx(cb func(key string, val interface{}) bool)
- func RegisterCreateFunc(id string, cfun t_createfun) error
- func RegisterVar(id string, val interface{})
- func RemoveVar(id string)
- func UnregisterCreateFunc(id string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInstance ¶
使用方法创建一个对象
func RangeVarListEx ¶ added in v1.2.24053
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.