#include <src/core/ConfigFileManager.h>
Public Member Functions | |
ConfigFileEntryVectorValue (const std::string &name, unsigned int index, const std::string &value="", bool bString=false, const std::string &additionalComment="") | |
virtual std::string | getFileEntry () const |
virtual unsigned int | getIndex () const |
virtual | ~ConfigFileEntryVectorValue () |
Private Attributes | |
unsigned int | index_ |
orxonox::ConfigFileEntryVectorValue::ConfigFileEntryVectorValue | ( | const std::string & | name, | |
unsigned int | index, | |||
const std::string & | value = "" , |
|||
bool | bString = false , |
|||
const std::string & | additionalComment = "" | |||
) | [inline] |
virtual orxonox::ConfigFileEntryVectorValue::~ConfigFileEntryVectorValue | ( | ) | [inline, virtual] |
std::string orxonox::ConfigFileEntryVectorValue::getFileEntry | ( | ) | const [virtual] |
Reimplemented from orxonox::ConfigFileEntryValue.
References orxonox::ConfigFileEntryValue::additionalComment_, index_, orxonox::ConfigFileEntryValue::name_, and orxonox::ConfigFileEntryValue::value_.
virtual unsigned int orxonox::ConfigFileEntryVectorValue::getIndex | ( | ) | const [inline, virtual] |
Reimplemented from orxonox::ConfigFileEntry.
unsigned int orxonox::ConfigFileEntryVectorValue::index_ [private] |
Referenced by getFileEntry().