From: Allen B. <al...@us...> - 2002-02-26 01:05:31
|
allenb 2002/02/25 17:05:28 PST Modified files: gamekernel/xmlpp xmlpp.cpp xmlpp.h gamekernel/xmlpp/Test nodetest.cpp Log: New feature: Nifty new getChildren template method that takes a predicate. Added a new STL-like generic method for requesting children based upon a predicate. And yes this probably won't compile on inferior compilers (basically anything by MS). Revision Changes Path 1.5 +1 -1 lib/gamekernel/xmlpp/Test/nodetest.cpp 1.10 +0 -20 lib/gamekernel/xmlpp/xmlpp.cpp 1.17 +35 -5 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/Test/nodetest.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.cpp.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.16&r2=1.17&diff_format=h |