template struct Core::Portable::TControllerFinder

#include <corecontrollershared.h>

template <class TController>
struct TControllerFinder
{
    // methods

    static TController* lookup(const TController* This, CStringPtr path);
    static TController* lookupInplace(const TController* This, char* pathBuffer);
};