61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
88 |
Here is a list of all typedefs with links to the files they belong to:
91 |
92 |
93 |
96 |
97 |
98 |
99 |
--------------------------------------------------------------------------------
/docs/html/classes.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
90 |
91 |
Here is a list of all files with brief descriptions:
92 |
93 | | xmempool.h | A memory pool implemented by C |
94 |
95 |
96 |
97 |
98 |
101 |
102 |
103 |
104 |
--------------------------------------------------------------------------------
/docs/html/globals_defs.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
88 |
Here is a list of all macros with links to the files they belong to:
94 |
95 |
96 |
99 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/docs/html/globals_vars.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
88 |
Here is a list of all variables with links to the files they belong to:
95 |
96 |
97 |
100 |
101 |
102 |
103 |
--------------------------------------------------------------------------------
/docs/html/globals_func.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
88 |
Here is a list of all functions with links to the files they belong to:
96 |
97 |
98 |
101 |
102 |
103 |
104 |
--------------------------------------------------------------------------------
/docs/html/annotated.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
61 |
66 |
67 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
Loading...
80 |
Searching...
81 |
No Matches
82 |
83 |
84 |
85 |
86 |
87 |
90 |
91 |
Here are the data structures with brief descriptions:
97 |
98 |
99 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/tools/cpplint/samples/boost-sample/headers_inspect.def:
--------------------------------------------------------------------------------
1 | src/inspect/*
2 | 1
3 | 3
4 | Done processing src/inspect/unnamed_namespace_check.hpp
5 | Total errors found: 40
6 |
7 | src/inspect/unnamed_namespace_check.hpp:0: No #ifndef header guard found, suggested CPP variable is: SAMPLES_BOOST_SAMPLE_SRC_INSPECT_UNNAMED_NAMESPACE_CHECK_HPP_ [build/header_guard] [5]
8 | src/inspect/unnamed_namespace_check.hpp:14: Do not use unnamed namespaces in header files. See https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces for more information. [build/namespaces_headers] [4]
9 | src/inspect/unnamed_namespace_check.hpp:18: At least two spaces is best between code and comments [whitespace/comments] [2]
10 | src/inspect/unnamed_namespace_check.hpp:19: Closing ) should be moved to the previous line [whitespace/parens] [2]
11 | src/inspect/unnamed_namespace_check.hpp:21: Anonymous namespace should be terminated with "// namespace" [readability/namespace] [5]
12 | src/inspect/unnamed_namespace_check.hpp:21: At least two spaces is best between code and comments [whitespace/comments] [2]
13 | src/inspect/unnamed_namespace_check.hpp:26: { should almost always be at the end of the previous line [whitespace/braces] [4]
14 | src/inspect/unnamed_namespace_check.hpp:27: Do not indent within a namespace [runtime/indentation_namespace] [4]
15 | src/inspect/unnamed_namespace_check.hpp:28: { should almost always be at the end of the previous line [whitespace/braces] [4]
16 | src/inspect/unnamed_namespace_check.hpp:29: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
17 | src/inspect/unnamed_namespace_check.hpp:30: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
18 | src/inspect/unnamed_namespace_check.hpp:30: { should almost always be at the end of the previous line [whitespace/braces] [4]
19 | src/inspect/unnamed_namespace_check.hpp:31: Extra space after ( in function call [whitespace/parens] [4]
20 | src/inspect/unnamed_namespace_check.hpp:31: Extra space before ) [whitespace/parens] [2]
21 | src/inspect/unnamed_namespace_check.hpp:32: At least two spaces is best between code and comments [whitespace/comments] [2]
22 | src/inspect/unnamed_namespace_check.hpp:32: Extra space after ( in function call [whitespace/parens] [4]
23 | src/inspect/unnamed_namespace_check.hpp:32: Extra space before ) [whitespace/parens] [2]
24 | src/inspect/unnamed_namespace_check.hpp:33: Extra space after ( in function call [whitespace/parens] [4]
25 | src/inspect/unnamed_namespace_check.hpp:33: Extra space before ) [whitespace/parens] [2]
26 | src/inspect/unnamed_namespace_check.hpp:34: At least two spaces is best between code and comments [whitespace/comments] [2]
27 | src/inspect/unnamed_namespace_check.hpp:34: Extra space after ( in function call [whitespace/parens] [4]
28 | src/inspect/unnamed_namespace_check.hpp:34: Extra space before ) [whitespace/parens] [2]
29 | src/inspect/unnamed_namespace_check.hpp:35: Extra space after ( in function call [whitespace/parens] [4]
30 | src/inspect/unnamed_namespace_check.hpp:35: Extra space before ) [whitespace/parens] [2]
31 | src/inspect/unnamed_namespace_check.hpp:36: Extra space after ( in function call [whitespace/parens] [4]
32 | src/inspect/unnamed_namespace_check.hpp:36: Extra space before ) [whitespace/parens] [2]
33 | src/inspect/unnamed_namespace_check.hpp:37: Extra space after ( in function call [whitespace/parens] [4]
34 | src/inspect/unnamed_namespace_check.hpp:37: Extra space before ) [whitespace/parens] [2]
35 | src/inspect/unnamed_namespace_check.hpp:38: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
36 | src/inspect/unnamed_namespace_check.hpp:40: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
37 | src/inspect/unnamed_namespace_check.hpp:44: { should almost always be at the end of the previous line [whitespace/braces] [4]
38 | src/inspect/unnamed_namespace_check.hpp:48: Lines should be <= 80 characters long [whitespace/line_length] [2]
39 | src/inspect/unnamed_namespace_check.hpp:49: Missing space before ( in for( [whitespace/parens] [5]
40 | src/inspect/unnamed_namespace_check.hpp:50: { should almost always be at the end of the previous line [whitespace/braces] [4]
41 | src/inspect/unnamed_namespace_check.hpp:54: Extra space after ( in function call [whitespace/parens] [4]
42 | src/inspect/unnamed_namespace_check.hpp:54: Extra space before ) [whitespace/parens] [2]
43 | src/inspect/unnamed_namespace_check.hpp:57: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
44 | src/inspect/unnamed_namespace_check.hpp:59: At least two spaces is best between code and comments [whitespace/comments] [2]
45 | src/inspect/unnamed_namespace_check.hpp:60: At least two spaces is best between code and comments [whitespace/comments] [2]
46 | src/inspect/unnamed_namespace_check.hpp:51: Add #include