Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Attributes | List of all members
orxonox::XMLFile Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/XMLFile.h>

Public Member Functions

 XMLFile (const std::string &filename)
 
 XMLFile (const ClassTreeMask &mask, const std::string &filename)
 
const std::string & getFilename () const
 
bool getLuaSupport () const
 
const ClassTreeMaskgetMask () const
 
void setLuaSupport (bool val)
 

Private Attributes

bool bLuaSupport_
 
std::string filename_
 
ClassTreeMask mask_
 

Constructor & Destructor Documentation

orxonox::XMLFile::XMLFile ( const std::string &  filename)
inline
orxonox::XMLFile::XMLFile ( const ClassTreeMask mask,
const std::string &  filename 
)
inline

Member Function Documentation

const std::string& orxonox::XMLFile::getFilename ( ) const
inline
bool orxonox::XMLFile::getLuaSupport ( ) const
inline
const ClassTreeMask& orxonox::XMLFile::getMask ( ) const
inline
void orxonox::XMLFile::setLuaSupport ( bool  val)
inline

Member Data Documentation

bool orxonox::XMLFile::bLuaSupport_
private
std::string orxonox::XMLFile::filename_
private
ClassTreeMask orxonox::XMLFile::mask_
private

The documentation for this class was generated from the following file: