Warning, file /sdk/clazy/tests/qmap-with-pointer-key/main.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #include <QtCore/QMap>
0002 
0003 
0004 
0005 
0006 
0007 
0008 struct A
0009 {
0010 
0011 };
0012 
0013 
0014 
0015 
0016 void test()
0017 {
0018     QMap<A*, int> map;
0019     QMap<A, int> map2;
0020 }