Method ::_values()
- Method
_values
array
_values(object
|void
context
,int
|void
access
)- Parameter
context
Context in the current object to start the list from. If
UNDEFINED
or left out, this_program::this will be used (ie start at the current context and ignore any overloaded symbols).- Parameter
access
Access permission override. One of the following:
0
See only public symbols.
UNDEFINED
1
See protected symbols as well.
Builtin function to list the values of the identifiers of an object. This is useful when lfun::_values has been overloaded.
- See also