Public Member Functions | |
| virtual | ~PinIterator () |
| PinBool | hasMore () const |
| void | reset () |
| pin_fld_num_t | getFieldNum () const |
| u_int32 | getFieldType () const |
| PinRecId | getRecId () const |
Protected Member Functions | |
| PinIterator () | |
| PinIterator (const PinIterator &other) | |
| void | operator= (const PinIterator &other) |
Protected Attributes | |
| pin_cookie_t | m_cookie |
| PinRecId | m_recid |
| int32 | m_fldnum |
| PinBool | m_optional |
| int | m_max |
| int | m_curr |
| pin_flist_t * | m_flistp |
| virtual PinIterator::~PinIterator | ( | ) | [virtual] |
| PinIterator::PinIterator | ( | ) | [protected] |
| PinIterator::PinIterator | ( | const PinIterator & | other | ) | [protected] |
| PinBool PinIterator::hasMore | ( | ) | const |
| void PinIterator::reset | ( | ) |
| pin_fld_num_t PinIterator::getFieldNum | ( | ) | const |
| u_int32 PinIterator::getFieldType | ( | ) | const |
| PinRecId PinIterator::getRecId | ( | ) | const |
| void PinIterator::operator= | ( | const PinIterator & | other | ) | [protected] |
pin_cookie_t PinIterator::m_cookie [protected] |
PinRecId PinIterator::m_recid [protected] |
int32 PinIterator::m_fldnum [protected] |
PinBool PinIterator::m_optional [protected] |
int PinIterator::m_max [protected] |
int PinIterator::m_curr [protected] |
pin_flist_t* PinIterator::m_flistp [protected] |