Class CppDefaults


  • public class CppDefaults
    extends Object
    Common utilities for C/C++
    • Field Detail

      • DELIMITER_EXPR

        public static final String DELIMITER_EXPR
        Default delimiter expression shall cover most valid and common starts of C/C++ declarations and definitions. Furthermore it shall not conflict with terms commonly used within license headers. Note that the longest match is selected. Hence "using namespace foo" is preferred over "namespace foo".