ebrowse-fill-member-table

ebrowse-fill-member-table is a compiled Lisp function in `ebrowse.el'.

(ebrowse-fill-member-table)

Return an obarray holding all members of all classes in the current tree.

For each member, a symbol is added to the obarray. Members are
extracted from the buffer-local tree `ebrowse--tree-obarray'.

Each symbol has its property `ebrowse-info' set to a list (TREE MEMBER-LIST
MEMBER) where TREE is the tree in which the member is defined,
MEMBER-LIST is a symbol describing the member list in which the member
is found, and MEMBER is a MEMBER structure describing the member.

The slot `member-table' of the buffer-local header structure of
type `ebrowse-hs' is set to the resulting obarray.