#include <src/core/XMLFile.h>
Public Member Functions | |
const std::string & | getFilename () const |
const ClassTreeMask & | getMask () const |
XMLFile (const std::string &filename, const ClassTreeMask &mask) | |
XMLFile (const std::string &filename) | |
Private Attributes | |
std::string | filename_ |
ClassTreeMask | mask_ |
orxonox::XMLFile::XMLFile | ( | const std::string & | filename | ) | [inline] |
orxonox::XMLFile::XMLFile | ( | const std::string & | filename, | |
const ClassTreeMask & | mask | |||
) | [inline] |
const std::string& orxonox::XMLFile::getFilename | ( | ) | const [inline] |
Referenced by orxonox::BaseObject::getFilename(), and orxonox::Loader::load().
const ClassTreeMask& orxonox::XMLFile::getMask | ( | ) | const [inline] |
Referenced by orxonox::Loader::load().
std::string orxonox::XMLFile::filename_ [private] |
ClassTreeMask orxonox::XMLFile::mask_ [private] |