#include <yarp/dev/PolyDriverList.h>
Public Member Functions | |
PolyDriverList () | |
~PolyDriverList () | |
yarp::dev::PolyDriverDescriptor * | operator[] (int k) |
const PolyDriverDescriptor * | operator[] (int k) const |
int | size () const |
void | push (PolyDriver *p, const char *k) |
void | push (PolyDriverDescriptor &v) |
const PolyDriverList & | operator= (const PolyDriverList &) |
Protected Member Functions | |
PolyDriverList (const PolyDriverList &) | |
Definition at line 18 of file PolyDriverList.h.
PolyDriverList::PolyDriverList | ( | ) |
Definition at line 16 of file PolyDriverList.cpp.
PolyDriverList::~PolyDriverList | ( | ) |
Definition at line 21 of file PolyDriverList.cpp.
|
protected |
const PolyDriverList & PolyDriverList::operator= | ( | const PolyDriverList & | l | ) |
Definition at line 51 of file PolyDriverList.cpp.
PolyDriverDescriptor * PolyDriverList::operator[] | ( | int | k | ) |
Definition at line 26 of file PolyDriverList.cpp.
const PolyDriverDescriptor * PolyDriverList::operator[] | ( | int | k | ) | const |
Definition at line 31 of file PolyDriverList.cpp.
void PolyDriverList::push | ( | PolyDriver * | p, |
const char * | k | ||
) |
Definition at line 41 of file PolyDriverList.cpp.
void PolyDriverList::push | ( | PolyDriverDescriptor & | v | ) |
Definition at line 46 of file PolyDriverList.cpp.
int PolyDriverList::size | ( | ) | const |
Definition at line 36 of file PolyDriverList.cpp.