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

◆ stats()

void res_comp::stats ( ) const

Definition at line 1294 of file res-a1.cpp.

1295{
1296 buffer o;
1297 text_out(o);
1298 emit(o.str());
1299}
char * str()
Definition buffer.hpp:72
void text_out(const res_pair *p) const
Definition res-a1.cpp:1287
void emit(const char *s)
Definition text-io.cpp:41

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