Method ::_indices()
- Method _indices
mixed_indices(object|voidcontext,int|voidaccess)- Parameter
context Context in the current object to start the list from. If
UNDEFINEDor 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:
0See only public symbols.
UNDEFINED1See protected symbols as well.
Builtin function to list the identifiers of an object. This is useful when lfun::_indices has been overloaded.
- See also