#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 21 of file PolyDriverList.h.
PolyDriverList::PolyDriverList | ( | ) |
Definition at line 19 of file PolyDriverList.cpp.
PolyDriverList::~PolyDriverList | ( | ) |
Definition at line 24 of file PolyDriverList.cpp.
|
protected |
const PolyDriverList & PolyDriverList::operator= | ( | const PolyDriverList & | l | ) |
Definition at line 54 of file PolyDriverList.cpp.
PolyDriverDescriptor * PolyDriverList::operator[] | ( | int | k | ) |
Definition at line 29 of file PolyDriverList.cpp.
const PolyDriverDescriptor * PolyDriverList::operator[] | ( | int | k | ) | const |
Definition at line 34 of file PolyDriverList.cpp.
void PolyDriverList::push | ( | PolyDriver * | p, |
const char * | k | ||
) |
Definition at line 44 of file PolyDriverList.cpp.
void PolyDriverList::push | ( | PolyDriverDescriptor & | v | ) |
Definition at line 49 of file PolyDriverList.cpp.
int PolyDriverList::size | ( | ) | const |
Definition at line 39 of file PolyDriverList.cpp.