plptools
Loading...
Searching...
No Matches
bufferstore.cc File Reference
#include "config.h"
#include "bufferstore.h"
#include <cstring>
#include <cstdlib>
#include <iomanip>
#include <string>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
Include dependency graph for bufferstore.cc:

Go to the source code of this file.

Functions

ostreamoperator<< (std::ostream &s, const bufferStore &m)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( std::ostream s,
const bufferStore m 
)
Parameters
sThe stream to write to.
mThe bufferStore do be dumped.
Returns
The stream.

Definition at line 124 of file bufferstore.cc.