template struct Core::Portable::TParamPath
#include <corecontrollershared.h> template <int kStringSize> struct TParamPath { // fields CStringBuffer<kStringSize> childName; CStringBuffer<kStringSize> paramName; // construction TParamPath(CStringPtr path); };