Macaulay2 Engine
Loading...
Searching...
No Matches

◆ drespoly()

void drespoly ( const res_poly * R,
const resterm * f )

Definition at line 103 of file debug.cpp.

104{
105 buffer o;
106 R->elem_text_out(o, f);
107 emit(o.str());
108}
char * str()
Definition buffer.hpp:72
void elem_text_out(buffer &o, const resterm *f) const
void emit(const char *s)
Definition text-io.cpp:41

References res_poly::elem_text_out(), emit(), and buffer::str().