23#ifndef OPALX_MacroCmd_HH
24#define OPALX_MacroCmd_HH
60 std::shared_ptr<MacroStream>
body;
virtual Object * makeInstance(const std::string &name, Statement &, const Parser *)
Make a macro instance.
virtual Object * makeTemplate(const std::string &, TokenStream &, Statement &)
Make a macro template.
void operator=(const MacroCmd &)
std::shared_ptr< MacroStream > body
virtual void execute()
Execute the macro command.
MacroCmd(const MacroCmd &)
Abstract base class for macros.
The base class for all OPAL objects.
Interface for abstract language parser.
Interface for statements.
Abstract interface for a stream of input tokens.