#include <src/core/XMLPort.h>
orxonox::XMLPortParamContainer::XMLPortParamContainer | ( | ) | [inline] |
virtual orxonox::XMLPortParamContainer::~XMLPortParamContainer | ( | ) | [inline, virtual] |
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValue | ( | unsigned int | index, | |
const MultiType & | param | |||
) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValues | ( | const MultiType & | param1, | |
const MultiType & | param2, | |||
const MultiType & | param3, | |||
const MultiType & | param4, | |||
const MultiType & | param5 | |||
) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValues | ( | const MultiType & | param1, | |
const MultiType & | param2, | |||
const MultiType & | param3, | |||
const MultiType & | param4 | |||
) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValues | ( | const MultiType & | param1, | |
const MultiType & | param2, | |||
const MultiType & | param3 | |||
) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValues | ( | const MultiType & | param1, | |
const MultiType & | param2 | |||
) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::defaultValues | ( | const MultiType & | param1 | ) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual XMLPortParamContainer& orxonox::XMLPortParamContainer::description | ( | const std::string | description | ) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
virtual const std::string& orxonox::XMLPortParamContainer::getDescription | ( | ) | [pure virtual] |
Implemented in orxonox::XMLPortClassParamContainer< T >.
const std::string& orxonox::XMLPortParamContainer::getName | ( | ) | const [inline] |
Identifier* orxonox::XMLPortParamContainer::identifier_ [protected] |
BaseObject* orxonox::XMLPortParamContainer::owner_ [protected] |