#include <bit/fieldbase.h>
Public Member Functions | |
| iterator (FieldBase *container=NULL, FieldBase::pointer object=FieldBase::pointer()) | |
| iterator & | operator= (const iterator &other) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () throw (exception::invalid_iterator) |
| iterator | operator++ (int) throw (exception::invalid_iterator) |
| iterator & | operator-- () throw (exception::invalid_iterator) |
| iterator | operator-- (int) throw (exception::invalid_iterator) |
| FieldBase & | operator * () throw (exception::invalid_iterator) |
| FieldBase * | operator-> () throw (exception::invalid_iterator) |
| FieldBase::pointer | pointer () |
| iterator (FieldBase *container=NULL, FieldBase::pointer object=FieldBase::pointer()) | |
| iterator & | operator= (const iterator &other) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () throw (exception::invalid_iterator) |
| iterator | operator++ (int) throw (exception::invalid_iterator) |
| iterator & | operator-- () throw (exception::invalid_iterator) |
| iterator | operator-- (int) throw (exception::invalid_iterator) |
| FieldBase & | operator * () throw (exception::invalid_iterator) |
| FieldBase * | operator-> () throw (exception::invalid_iterator) |
| FieldBase::pointer | pointer () |
| iterator (FieldBase *container=NULL, FieldBase::pointer object=FieldBase::pointer()) | |
| iterator & | operator= (const iterator &other) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () throw (exception::invalid_iterator) |
| iterator | operator++ (int) throw (exception::invalid_iterator) |
| iterator & | operator-- () throw (exception::invalid_iterator) |
| iterator | operator-- (int) throw (exception::invalid_iterator) |
| FieldBase & | operator * () throw (exception::invalid_iterator) |
| FieldBase * | operator-> () throw (exception::invalid_iterator) |
| FieldBase::pointer | pointer () |
1.5.1