Skip to content
Snippets Groups Projects
Commit e794f35c authored by mattijs's avatar mattijs
Browse files

ENH: moved read index out of UIPstream into PstreamBuffers

So now we can read multiple times (using UIPstream) from PstreamBuffers
    PstreamBuffers pBufs
    UIPstream str1(procI, pBufs);
    str1>> ..
    UIPstream str2(procI, pBufs);
    str1>> ..
parent 91532a8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment