![]() |
xyginext
0.2.0
Second generation of xygine game creation framework
|
Base class for all items loaded from a configuration file. More...
#include <ConfigFile.hpp>
Public Member Functions | |
ConfigItem (const std::string &name) | |
ConfigItem (const ConfigItem &)=default | |
ConfigItem & | operator= (const ConfigItem &)=default |
ConfigItem (ConfigItem &&)=default | |
ConfigItem & | operator= (ConfigItem &&)=default |
const std::string & | getName () const |
Returns the name of this item. | |
Protected Member Functions | |
void | setParent (ConfigItem *parent) |
ConfigItem * | getParent () const |
void | setName (const std::string &name) |
Base class for all items loaded from a configuration file.