Combines an OutSlot, a label, and a reference counter. More...
#include <Namespace.h>
Public Member Functions | |
| LabeledOutSlot (const std::string &l, BasicOutSlot *os) | |
| Creates a new LabeledOutSlot object. | |
Public Attributes | |
| std::string | label |
| The label. | |
| BasicOutSlot * | outSlot |
| The outslot. | |
| int | counter |
| The reference counter. | |
Combines an OutSlot, a label, and a reference counter.
| InstantIO::Namespace::LabeledOutSlot::LabeledOutSlot | ( | const std::string & | l, | |
| BasicOutSlot * | os | |||
| ) | [inline] |
Creates a new LabeledOutSlot object.
| l | The label. | |
| os | The outslot. |
1.6.3