|
ROSE 0.11.145.354
|
Grammar declaration.
Definition at line 403 of file DocumentMarkup.h.
#include <Sawyer/DocumentMarkup.h>

Public Member Functions | |
| Grammar & | with (const Function::Ptr &) |
| Insert function. | |
| virtual std::string | operator() (const std::string &s) |
| Evaluate an entire string. | |
|
inlinevirtual |
Definition at line 409 of file DocumentMarkup.h.
| Grammar & Sawyer::Document::Markup::Grammar::with | ( | const Function::Ptr & | ) |
Insert function.
Also removes any previously declared function with the same name.
|
virtual |
Evaluate an entire string.
Reimplemented in Sawyer::Document::BaseMarkup.