◄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► -♦-