YARP
Yet Another Robot Platform
yarp::dev::PolyDriverList Class Reference

#include <yarp/dev/PolyDriverList.h>

Public Member Functions

 PolyDriverList ()
 
 ~PolyDriverList ()
 
yarp::dev::PolyDriverDescriptoroperator[] (int k)
 
const PolyDriverDescriptoroperator[] (int k) const
 
int size () const
 
void push (PolyDriver *p, const char *k)
 
void push (PolyDriverDescriptor &v)
 
const PolyDriverListoperator= (const PolyDriverList &)
 

Protected Member Functions

 PolyDriverList (const PolyDriverList &)
 

Detailed Description

Definition at line 21 of file PolyDriverList.h.

Constructor & Destructor Documentation

◆ PolyDriverList() [1/2]

PolyDriverList::PolyDriverList ( )

Definition at line 19 of file PolyDriverList.cpp.

◆ ~PolyDriverList()

PolyDriverList::~PolyDriverList ( )

Definition at line 24 of file PolyDriverList.cpp.

◆ PolyDriverList() [2/2]

yarp::dev::PolyDriverList::PolyDriverList ( const PolyDriverList )
protected

Member Function Documentation

◆ operator=()

const PolyDriverList & PolyDriverList::operator= ( const PolyDriverList l)

Definition at line 54 of file PolyDriverList.cpp.

◆ operator[]() [1/2]

PolyDriverDescriptor * PolyDriverList::operator[] ( int  k)

Definition at line 29 of file PolyDriverList.cpp.

◆ operator[]() [2/2]

const PolyDriverDescriptor * PolyDriverList::operator[] ( int  k) const

Definition at line 34 of file PolyDriverList.cpp.

◆ push() [1/2]

void PolyDriverList::push ( PolyDriver p,
const char *  k 
)

Definition at line 44 of file PolyDriverList.cpp.

◆ push() [2/2]

void PolyDriverList::push ( PolyDriverDescriptor v)

Definition at line 49 of file PolyDriverList.cpp.

◆ size()

int PolyDriverList::size ( ) const

Definition at line 39 of file PolyDriverList.cpp.


The documentation for this class was generated from the following files: