|
Apache Mesos
|
#include <path.hpp>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = std::string |
| using | difference_type = std::string::const_iterator::difference_type |
| using | pointer = std::string::const_iterator::pointer |
| using | reference = std::string |
Public Member Functions | |
| const_iterator (const Path *path_, std::string::const_iterator offset_) | |
| const_iterator (Path &&path)=delete | |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
| reference | operator* () const |
| using Path::const_iterator::difference_type = std::string::const_iterator::difference_type |
| using Path::const_iterator::iterator_category = std::forward_iterator_tag |
| using Path::const_iterator::pointer = std::string::const_iterator::pointer |
| using Path::const_iterator::reference = std::string |
| using Path::const_iterator::value_type = std::string |
|
inlineexplicit |
|
explicitdelete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11