Skip to content

Displaying Member Attributes ​

D a ​

Toggle the display of member attributes (default is on).

The nine member attributes Ebrowse knows about are displayed as a list a single-characters flags enclosed in angle brackets in front the of the member’s name. A ‘-’ at a given position means that the attribute is false. The list of attributes from left to right is

‘T’ ​

The member is a template.

‘C’ ​

The member is declared extern "C".

‘v’ ​

Means the member is declared virtual.

‘i’ ​

The member is declared inline.

‘c’ ​

The member is const.

‘0’ ​

The member is a pure virtual function.

‘m’ ​

The member is declared mutable.

‘e’ ​

The member is declared explicit.

‘t’ ​

The member is a function with a throw list.

This command is also in the buffer’s context menu.