71 using std::tr1::weak_ptr;
72 using std::tr1::shared_ptr;
112 void Block(
const Tag &t,
unsigned qsize);
void AddReader(weak_ptr< QueueBase > q)
void SetPrivateTag(const Tag &t)
Tag GetPrivateTag() const
std::list< weak_ptr< QueueBase > > writerlist
void SetPublicTag(const Tag &t)
void AddWriter(weak_ptr< QueueBase > q)
std::list< weak_ptr< QueueBase > > readerlist
void Block(const Tag &t, unsigned qsize)
bool Transmit(const Tag &t)
Node & operator=(const Node &)