#include <src/core/XMLPort.h>
Public Member Functions | |
virtual XMLPortObjectContainer & | description (const std::string description)=0 |
virtual const std::string & | getDescription ()=0 |
const std::string & | getName () const |
bool | identifierIsIncludedInLoaderMask (const Identifier *identifier) |
XMLPortObjectContainer () | |
virtual | ~XMLPortObjectContainer () |
Protected Attributes | |
bool | bApplyLoaderMask_ |
bool | bLoadBefore_ |
Identifier * | identifier_ |
std::string | sectionname_ |
orxonox::XMLPortObjectContainer::XMLPortObjectContainer | ( | ) | [inline] |
virtual orxonox::XMLPortObjectContainer::~XMLPortObjectContainer | ( | ) | [inline, virtual] |
virtual XMLPortObjectContainer& orxonox::XMLPortObjectContainer::description | ( | const std::string | description | ) | [pure virtual] |
Implemented in orxonox::XMLPortClassObjectContainer< T, O >.
virtual const std::string& orxonox::XMLPortObjectContainer::getDescription | ( | ) | [pure virtual] |
Implemented in orxonox::XMLPortClassObjectContainer< T, O >.
const std::string& orxonox::XMLPortObjectContainer::getName | ( | ) | const [inline] |
Referenced by orxonox::operator<<(), and orxonox::XMLPortClassObjectContainer< T, O >::port().
bool orxonox::XMLPortObjectContainer::identifierIsIncludedInLoaderMask | ( | const Identifier * | identifier | ) |
bool orxonox::XMLPortObjectContainer::bApplyLoaderMask_ [protected] |
bool orxonox::XMLPortObjectContainer::bLoadBefore_ [protected] |
Identifier* orxonox::XMLPortObjectContainer::identifier_ [protected] |