Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Source Browser Terms
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     The Source Browser uses the following terms for various types of
     objects and attributes in browser output.
 
     Term            Description
 
     common          Name has common scope
     constant        Macro with no arguments
     decl_only       Declaration only; no definition in the database
     enum_name       Enumeration type name
     enum_mem        Member of an enumeration type; an enum value
     function        Function; not a class member
     group           Name of a segment group
     local           Name has local scope
     macro           Macro with an argument
     mem_func        Member function; a method
     mem_var         Data member of a class, struct, or union
     module          Name has module scope
     named           Name has named scope
     parameter       Formal argument
     priv            Private access
     program         Name of Basic program's entry point
     prot            Protected access
     publ            Public access
     segment         Name of a segment
     shared          Name has shared scope
     static          Name has static scope
     struct_name     Structure type name
     variable        Variable; data item that is not a member
     virtual         Member function is virtual
 
     See
 
     Source Browser Object Equivalents
                                    -♦-