RTT::detail::DataCallParser Class Reference
This parser parses a call of the form "a.b( arg1, arg2, ..., argN )".
More...
#include <rtt/scripting/ExpressionParser.hpp>
List of all members.
Detailed Description
This parser parses a call of the form "a.b( arg1, arg2, ..., argN )".
- Todo:
- check why lexeme_d[] is used in implementation, thus why datacalls are parsed on the character level instead of on the phrase level. (probably for the dots ?)
Definition at line 65 of file ExpressionParser.hpp.
The documentation for this class was generated from the following file: