Changeset 1467:6a5a4b01d752
- Timestamp:
- 08/22/10 08:43:25 (18 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
documentation/head_inclusion_policy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation/head_inclusion_policy
r1406 r1467 2 2 Sequence of inclusion of header files in .cc/.h: 3 3 4 *** 5 .h: 4 6 [[libdodo/directives.h]] 5 7 6 8 [[external dependencies]] 7 9 10 [[libdodo/types.h]] 11 [[internal dependencies]] 12 13 class { 14 ... 15 }; 16 8 17 [[inline]] 9 18 19 *** 20 .c: 21 [[libdodo/directives.h]] 22 23 [[external dependencies]] 24 25 [[libdodo/types.h]] 26 [[internal dependencies]] 10 27 ((declaration header file for .cc)) 11 [[internal dependencies]] 28 29 [[inline]] 30 31 ...
Note: See TracChangeset
for help on using the changeset viewer.
