]> git.lyx.org Git - lyx.git/blob - development/tools/numbers
small update. almost 30k for <iostream> ...
[lyx.git] / development / tools / numbers
1 Some results on running  'g++ -E | wc -l' with the appropriate
2 includes/defines and a single #include in a compilation unit:
3
4 boost/signal.hpp                        : 62141
5 boost/signals/trackable.hpp             : 40849
6 boost/tokenizer.hpp                     : 39490
7 boost/iterator/indirect_iterator.hpp    : 36922
8 boost/signals/connection.hpp            : 34957
9 boost/function.hpp                      : 31379
10 boost/array.hpp                         : 30205
11 boost/utility.hpp                       : 30063
12 boost/cregex.hpp                        : 21575
13 boost/shared_ptr.hpp                    : 17469
14 boost/scoped_ptr.hpp                    : 11411
15 boost/crc.hpp                           : 5851
16 boost/tuple/tuple.hpp                   : 4927
17 boost/scoped_array.hpp                  : 3029
18 boost/assert.hpp                        : 52
19 boost/current_function.hpp              : 21
20
21 string                                  : 18781
22 vector                                  : 11994
23 map                                     : 12467
24 list                                    : 11134
25 deque                                   : 11805
26 iosfwd                                  : 6462
27 iostream                                : 29529
28
29 QObject                                 : 5601
30 QString                                 : 3876
31 QList                                   : 1931
32 QVector                                 : 4165
33 QMap                                    : 2831
34 QHash                                   : 7098
35 QRegExp                                 : 3959
36