SimpleAI
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Public Member Functions | List of all members
ai::TreeNodeParser Class Reference

Transforms the string representation of a TreeNode with all its parameters into a TreeNode instance. More...

#include <TreeNodeParser.h>

Inheritance diagram for ai::TreeNodeParser:
[legend]
Collaboration diagram for ai::TreeNodeParser:
[legend]

Public Member Functions

 TreeNodeParser (const IAIFactory &aiFactory, const std::string &taskString)
 
TreeNodePtr getTreeNode (const std::string &name="")
 
- Public Member Functions inherited from ai::IParser
const std::string & getError () const
 

Additional Inherited Members

- Protected Member Functions inherited from ai::IParser
void setError (const char *msg,...) __attribute__((format(printf
 
void void resetError ()
 
std::string getBetween (const std::string &str, const std::string &tokenStart, const std::string &tokenEnd)
 

Detailed Description

Transforms the string representation of a TreeNode with all its parameters into a TreeNode instance.

#NodeName{Parameters} Parameters are by default optional - but that really depends on the TreeNode implementation.


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