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

◆ debug_out() [2/2]

void GBinhom_comp::debug_out ( s_pair * q) const

Definition at line 941 of file gb-sugarless.cpp.

942{
943 buffer o;
944 debug_out(o, q);
945 emit(o.str());
946}
void debug_out(s_pair *q) const
char * str()
Definition buffer.hpp:72
void emit(const char *s)
Definition text-io.cpp:41

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

Referenced by debug_out(), debug_pairs(), debug_pairs_out(), find_pairs(), mark_pair(), and s_pair_step().