Caffe
|
Classes | |
class | sync |
Public Member Functions | |
void | push (const T &t) |
bool | try_pop (T *t) |
T | pop (const string &log_on_wait="") |
bool | try_peek (T *t) |
T | peek () |
size_t | size () const |
Protected Member Functions | |
DISABLE_COPY_AND_ASSIGN (BlockingQueue) | |
Protected Attributes | |
std::queue< T > | queue_ |
shared_ptr< sync > | sync_ |