Class CppDefaults


  • public class CppDefaults
    extends java.lang.Object
    Common utilities for C/C++
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DELIMITER_EXPR
      Default delimiter expression shall cover most valid and common starts of C/C++ declarations and definitions.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DELIMITER_EXPR

        public static final java.lang.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".