26 #ifndef Om_Language_Operation_QuoteOperation_
28 #define Om_Language_Operation_QuoteOperation_ \
29 Om::Language::Operation::QuoteOperation
34 #define Om_Language_Operation_QuoteOperation_GetName_() \
56 template <
typename TheQuoteOperation>
64 template <
typename TheOperand>
70 template <
typename TheProducer>
An Element taker; takes at the back.
A partial implementation of IncompleteOperation.
The quote operation implementation.
bool TakeOperand(Evaluation &, TheOperand &)
static char const * GetName()
static void GiveElements(TheQuoteOperation &, Consumer &)
bool TakeQuotedProducer(Evaluation &, TheProducer &)
An inserter of an Operation into the static System instance.