7#ifndef YARP_DEV_IWRAPPER_H
8#define YARP_DEV_IWRAPPER_H
Interface for an object that can wrap/or "attach" to another.
virtual bool detach()=0
Detach the object (you must have first called attach).
virtual bool attach(PolyDriver *driver)=0
Attach to another object.
virtual ~IWrapper()
Destructor.
A container for a device driver.
For streams capable of holding different kinds of content, check what they actually have.