14 #include "dataformfieldcontainer.h"
27 FieldList::const_iterator it = dffc.m_fields.begin();
28 for( ; it != dffc.m_fields.end(); ++it )
41 FieldList::const_iterator it = m_fields.begin();
42 for( ; it != m_fields.end() && (*it)->name() !=
field; ++it )
44 return it != m_fields.end() ? (*it) : 0;
void clearList(std::list< T * > &L)
The namespace for the gloox library.