Functionsยง
- add_
alias2 - Adds a
GlobalAlias
to the module. - alias_
get_ aliasee - Retrieves the aliasee of this
GlobalAlias
. - alias_
set_ aliasee - Sets the aliasee for an alias global value.
- get_
first_ global_ alias - Returns an iterator to the first
GlobalAlias
in the module. - get_
last_ global_ alias - Returns an iterator to the last
GlobalAlias
in the module. - get_
named_ global_ alias - Retrieves a
GlobalAlias
by its name. - get_
next_ global_ alias - Retrieves the next
GlobalAlias
in the module. - get_
previous_ global_ alias - Retrieves the previous
GlobalAlias
in the module.