Implements a Smart Card Reader vector. More...
#include <SmartCardReaderVector.h>
Public Member Functions | |
| CSmartCardReaderVector (void) | |
| Constructor. | |
| virtual | ~CSmartCardReaderVector (void) |
| void | removeElementAt (unsigned int index) |
| Removes an alement from the vector at the given index. | |
| void | insertElementAt (SMARTCARDREADER_INFO *pInf, unsigned int index) |
| Inserts an alement into the vector at the given index. | |
| void | setElementAt (SMARTCARDREADER_INFO *pInf, unsigned int index) |
Implements a Smart Card Reader vector.
| USCAPI::CSmartCardReaderVector::CSmartCardReaderVector | ( | void | ) |
Constructor.
| virtual USCAPI::CSmartCardReaderVector::~CSmartCardReaderVector | ( | void | ) | [virtual] |
| void USCAPI::CSmartCardReaderVector::insertElementAt | ( | SMARTCARDREADER_INFO * | pInf, | |
| unsigned int | index | |||
| ) |
Inserts an alement into the vector at the given index.
| void USCAPI::CSmartCardReaderVector::removeElementAt | ( | unsigned int | index | ) |
Removes an alement from the vector at the given index.
| void USCAPI::CSmartCardReaderVector::setElementAt | ( | SMARTCARDREADER_INFO * | pInf, | |
| unsigned int | index | |||
| ) |
1.6.3