phoenix-firestorm/indra/llcommon/tests
Nat Goodspeed a97aebb84a Enhance LLInstanceTracker variants to be more uniform.
For both the (so far unused) generic KEY form and the KEY = T* form, provide
key_iter, beginKeys(), endKeys().
Change instance_iter so that when dereferenced, it gives you a T& rather than
a T*, to be more harmonious with a typical STL container. (You parameterize
LLInstanceTracker with T, not with T*.)
Fix existing usage in llfasttimer.cpp and lltimer.cpp to agree.
For the KEY = T* specialization, add T* getInstance(T*) so client isn't forced
to know which variant was used.
Add unit tests for uniformity of public operations on both variants.
2009-11-10 13:30:29 -05:00
..
bitpack_test.cpp DEV-41367 resurrect dead bitpack test, convert it to a llcommon integration test. 2009-10-15 18:51:23 +00:00
commonmisc_test.cpp DEV-41175 convert legacy common.cpp tut test into llcommon integration test. 2009-10-12 14:20:51 +00:00
listener.h
llallocator_heap_profile_test.cpp
llallocator_test.cpp
llbase64_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
lldate_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
lldependencies_test.cpp DEV-41408 convert lldependencies tut test to llcommon integration test. 2009-10-16 13:42:58 +00:00
llerror_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
lleventcoro_test.cpp
lleventfilter_test.cpp
llframetimer_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
llinstancetracker_test.cpp Enhance LLInstanceTracker variants to be more uniform. 2009-11-10 13:30:29 -05:00
lllazy_test.cpp
llmemtype_test.cpp
llrand_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
llsdserialize_test.cpp merge 2009-10-19 10:49:48 -07:00
llstring_test.cpp Don't include linden_common.h in lldate.h, or any other .h files. 2009-10-20 08:53:18 -04:00
lltreeiterators_test.cpp DEV-41344 convert monolithic tut lltreeiterators test to a llcommon integration test. 2009-10-15 16:49:08 +00:00
lluri_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
reflection_test.cpp DEV-41403 convert reflection tut test to llcommon integration test. 2009-10-16 11:37:17 +00:00
stringize_test.cpp DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
wrapllerrs.h