child_adaptor< Forest > Class Template Reference
Detailed Descriptiontemplate<typename Forest>
|
typedef Forest::const_reference const_reference |
Definition at line 968 of file forest.hpp.
◆ difference_type
typedef Forest::difference_type difference_type |
Definition at line 969 of file forest.hpp.
◆ forest_type
typedef Forest forest_type |
Definition at line 964 of file forest.hpp.
◆ iterator
typedef Forest::child_iterator iterator |
Definition at line 970 of file forest.hpp.
◆ iterator_type
typedef Forest::iterator iterator_type |
Definition at line 966 of file forest.hpp.
◆ reference
typedef Forest::reference reference |
Definition at line 967 of file forest.hpp.
◆ value_type
typedef Forest::value_type value_type |
Definition at line 965 of file forest.hpp.
Constructor & Destructor Documentation
◆ child_adaptor()
child_adaptor | ( | forest_type & | f, |
iterator_type & | i | ||
) |
Definition at line 972 of file forest.hpp.
Member Function Documentation
◆ back()
iterator& back | ( | ) |
Definition at line 976 of file forest.hpp.
◆ front()
iterator& front | ( | ) |
Definition at line 977 of file forest.hpp.
◆ pop_back()
void pop_back | ( | ) |
Definition at line 982 of file forest.hpp.
◆ pop_front()
void pop_front | ( | ) |
Definition at line 983 of file forest.hpp.
◆ push_back()
void push_back | ( | const value_type & | x | ) |
Definition at line 979 of file forest.hpp.
◆ push_front()
void push_front | ( | const value_type & | x | ) |
Definition at line 980 of file forest.hpp.