| User Documentation |
| Centre for Vision, Speech & Signal Processing |
| DEVELOP | IN NAMESPACE | AMMA TREE ROOT | AMMA SEARCH | AMMA HOME |
PUBLIC
VPipeBase::VPipeBase(int)
VPipeBase::VPipeBase(const VPipeBase &)
VPipeBase::Dump(void) const
VPipeBase::N(void) const
| VPipeBase | |
| Pipe base class. | |
| include | "amma/Thread/MsgPipe.hh" |
| User Level: | Default |
| Library: | VThreadComs |
| Example: | ex3DCanvas.cc |
| Section: | Utilities.Threads |
| In Scope: | std |
Comments:
SMALL OBJECT.
NB. There should only can be only ONE reader, thread! though there may be many writers.
Simple pipe, if no data present it will block. no limit to size of queue.
This class is exception safe.
Derived Classes:| Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001 |