#include <choice.h>
Public Types | |
typedef TYPENAME C::value_type | value_type |
typedef TYPENAME C::iterator | iterator |
typedef TYPENAME C::const_iterator | const_iterator |
Public Methods | |
associative_choice_binder (C &container) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
template<class R> int | find_elements (R &r, const std::string &tagname) const |
C | container type. |
L | leaf class of aka:choice |
Definition at line 430 of file choice.h.
|
const_iterator as C::const_iterator.
Definition at line 436 of file choice.h. Referenced by aka2::associative_choice_binder< C, L >::begin(), and aka2::associative_choice_binder< C, L >::end(). |
|
iterator as C::iterator.
Definition at line 434 of file choice.h. Referenced by aka2::associative_choice_binder< C, L >::begin(), and aka2::associative_choice_binder< C, L >::end(). |
|
value_type
|
|
constructor
|
|
const version of begin()
Definition at line 460 of file choice.h. References aka2::associative_choice_binder< C, L >::const_iterator. |
|
returns the first iterator of a container.
Definition at line 447 of file choice.h. References aka2::associative_choice_binder< C, L >::iterator. |
|
const version of begin()
Definition at line 466 of file choice.h. References aka2::associative_choice_binder< C, L >::const_iterator. |
|
returns the end iterator of a container.
Definition at line 454 of file choice.h. References aka2::associative_choice_binder< C, L >::iterator. |
|
Find child element by tag name.
|