#include <world_parser.h>
|
| WorldParser () |
|
bool | parse () |
|
const char * | getNameOf (const tinyxml2::XMLElement *xml) |
|
virtual void | parse (const tinyxml2::XMLElement *xml) |
|
void | parse (const tinyxml2::XMLElement *xml) |
|
void | parse (const tinyxml2::XMLElement *xml) |
|
virtual std::shared_ptr< World< PropertyBase... > > | get () |
|
virtual void | print (std::ostream &os)=0 |
|
virtual const char * | getTypename ()=0 |
|
virtual bool | empty () const =0 |
|
virtual bool | isA (const char *name)=0 |
|
virtual void | clear ()=0 |
|
◆ WorldParser()
template<typename... PropertyBase>
◆ parse()
template<typename... PropertyBase>
The documentation for this class was generated from the following file: