public class CppDefaults extends Object
Common utilities for C/C++
| Modifier and Type | Field and Description |
|---|---|
static String |
DELIMITER_EXPR
Default delimiter expression shall cover most valid and common starts of C/C++ declarations and definitions.
|
static List<String> |
FILE_FILTER
Filter based on Eclipse-CDT
org.eclipse.core.contenttype.contentTypes extension cSource, cHeader, cxxSource and cxxHeader. |
public static final List<String> FILE_FILTER
Filter based on Eclipse-CDT org.eclipse.core.contenttype.contentTypes extension cSource, cHeader, cxxSource and cxxHeader.
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”.