Combines an InSlot, a label, and a reference counter. More...
#include <Namespace.h>
Public Member Functions | |
| LabeledInSlot (const std::string &l, BasicInSlot *is) | |
| Creates a new LabeledInSlot object. | |
Public Attributes | |
| std::string | label |
| The label. | |
| BasicInSlot * | inSlot |
| The outslot. | |
| int | counter |
| The reference counter. | |
Combines an InSlot, a label, and a reference counter.
| InstantIO::Namespace::LabeledInSlot::LabeledInSlot | ( | const std::string & | l, | |
| BasicInSlot * | is | |||
| ) | [inline] |
Creates a new LabeledInSlot object.
| l | The label. | |
| is | The inslot. |
1.6.3