Home
last modified time | relevance | path

Searched refs:SafeDestroyer (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_GfxObject.h109 using ut::SafeDestroyer;
/NW4C-2.0.3/include/nw/ut/
Dut_Inlines.h958 struct SafeDestroyer : public std::unary_function<TObject&, void> struct
980 std::for_each(array.begin(), array.end(), SafeDestroyer<typename TArray::value_type>()); in SafeDestroyAll() argument