Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <xmlApi.hpp>
Public Member Functions | |
xmlApiOutputContext ()=default | |
ext::map< object::Object, unsigned > & | instanceToId () |
unsigned & | idMax () |
![]() | |
deque ()=default | |
deque (const deque &other)=default | |
deque (deque &&other)=default | |
deque (const ext::iterator_range< Iterator > &range) | |
deque & | operator= (deque &&other)=default |
deque & | operator= (const deque &other)=default |
auto | begin () & |
Inherited behavior of begin for non-const instance. More... | |
auto | begin () const & |
Inherited behavior of begin for const instance. More... | |
auto | begin () && |
Inherited behavior of begin for rvalues. More... | |
auto | end () & |
Inherited behavior of end for non-const instance. More... | |
auto | end () const & |
Inherited behavior of end for const instance. More... | |
auto | end () && |
Inherited behavior of end for rvalues. More... | |
auto | range () & |
Make range of non-const begin to end iterators. More... | |
auto | range () const & |
Make range of non-const begin to end iterators. More... | |
auto | range () && |
Make range of move begin to end iterators. More... | |
|
default |
|
inline |
|
inline |