Method ::_indices()
- Method
_indices
array
(string
) _indices(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 identifiers of an object. This is useful when lfun::_indices has been overloaded.
- See also