GetByDefaultPath

template<typename T>
T INamed::GetByDefaultPath(const std::string &path)

Gets the child with the specified type and relative default path.

Template Parameters

typename T – The type of the child.

Parameters

path – Relative default path to the child.

Returns

T – Child with the type and specified relative default path.

Throws