#include <SchemeParser.h>

Public Member Functions | |
| virtual void | operator() (char const *str, char const *end) const |
| virtual | ~SchemeFunction () |
Public Attributes | |
| Scheme * | m_scheme_handler |
Definition at line 96 of file SchemeParser.h.
| virtual icl_core::SchemeFunction::~SchemeFunction | ( | ) | [inline, virtual] |
Definition at line 99 of file SchemeParser.h.
| void icl_core::SchemeFunction::operator() | ( | char const * | str, |
| char const * | end | ||
| ) | const [virtual] |
Implements icl_core::AbstractFunctionObject.
Definition at line 57 of file SchemeParser.cpp.
Definition at line 102 of file SchemeParser.h.