GetChild¶
-
virtual PNamed INamed::GetChild(const std::string &name) = 0¶
Gets the child with the specified name.
- Parameters
name – Name of the child.
- Returns
PNamed – The child with the specified name.
- Throws
CInvalidArgumentException– Child with specified name does not exist.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException– Object is destroyed (only applicable if entity is disposable).