|
plptools
|
#include "config.h"#include "bufferstore.h"#include <cstring>#include <cstdlib>#include <iomanip>#include <string>#include <stdlib.h>#include <ctype.h>#include <assert.h>
Go to the source code of this file.
Functions | |
| ostream & | operator<< (std::ostream &s, const bufferStore &m) |
| ostream & operator<< | ( | std::ostream & | s, |
| const bufferStore & | m | ||
| ) |
| s | The stream to write to. |
| m | The bufferStore do be dumped. |
Definition at line 124 of file bufferstore.cc.