Lines Matching full:prefixed
441 prefixed. This includes files, structs, enums, functions (except private ones), macros, etc.
442 In C projects, just about everything in the code needs to be prefixed (files, struct, enums,
444 File names and macros should still be prefixed in C++ code as well. Note that members
445 of classes (either C or C++), or structs or unions do not need to be prefixed with the
450 the behavior of a variable. Static variables are prefixed with <i>s_</i>, global variables
453 don't need to be prefixed.</p>
456 starting with a upper-case letter. Usually the classes are prefixed: <i>xoArmEmu</i>,
458 omitted: <i>StringBuilder</i>. The member functions of the class should be prefixed with