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

◆ debug_out() [2/2]

void gb2_comp::debug_out ( s_pair * q) const

Definition at line 911 of file res-a2-gb.cpp.

912{
913 buffer o;
914 debug_out(o, q);
915 emit(o.str());
916}
char * str()
Definition buffer.hpp:72
void debug_out(s_pair *q) const
void emit(const char *s)
Definition text-io.cpp:41

References debug_out(), emit(), and buffer::str().

Referenced by debug_out().