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

◆ stats()

void res2_comp::stats ( ) const

Definition at line 1991 of file res-a0.cpp.

1992{
1993 buffer o;
1994 text_out(o);
1995 emit(o.str());
1996}
char * str()
Definition buffer.hpp:72
void text_out(const res2_pair *p) const
Definition res-a0.cpp:1919
void emit(const char *s)
Definition text-io.cpp:41

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