Searched defs:bounded_buffer (Results 1 – 2 of 2) sorted by relevance
13 class bounded_buffer : private boost::noncopyable class17 bounded_buffer(int n) : begin(0), end(0), buffered(0), circular_buf(n) { } in bounded_buffer() function in bounded_buffer
14 class bounded_buffer : private boost::noncopyable class19 bounded_buffer(int n) : boost::noncopyable(), begin(0), end(0), buffered(0), circular_buf(n) { } in bounded_buffer() function in bounded_buffer