14#ifndef DATAFORMFIELDCONTAINER_H__
15#define DATAFORMFIELDCONTAINER_H__
17#include "dataformfield.h"
64 bool hasField(
const std::string& field )
const
65 {
return DataFormFieldContainer::field( field ) != 0; }
110 const std::string& value = EmptyString,
111 const std::string& label = EmptyString )
114 m_fields.push_back( field );
The namespace for the gloox library.