|
rapidyaml 0.16.0
parse and emit YAML, and do it fast
|
#include <substr.hpp>
Public Member Functions | |
| split_iterator_impl (split_proxy_impl const *proxy, size_t pos, C sep) | |
| void | _tick () |
| split_iterator_impl & | operator++ () |
| split_iterator_impl | operator++ (int) |
| basic_substring & | operator* () |
| basic_substring * | operator-> () |
| bool | operator!= (split_iterator_impl const &that) const |
| bool | operator== (split_iterator_impl const &that) const |
Public Attributes | |
| split_proxy_impl const * | m_proxy |
| basic_substring | m_str |
| size_t | m_pos |
| NCC_ | m_sep |
Definition at line 1846 of file substr.hpp.
|
inline |
Definition at line 1853 of file substr.hpp.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
Definition at line 1859 of file substr.hpp.
Referenced by split_iterator_impl(), operator++(), and operator++().
|
inline |
Definition at line 1864 of file substr.hpp.
|
inline |
Definition at line 1865 of file substr.hpp.
|
inline |
Definition at line 1867 of file substr.hpp.
|
inline |
Definition at line 1868 of file substr.hpp.
|
inline |
Definition at line 1870 of file substr.hpp.
|
inline |
Definition at line 1874 of file substr.hpp.
Referenced by operator!=().
| split_proxy_impl const* c4::basic_substring< C >::split_proxy_impl::split_iterator_impl::m_proxy |
Definition at line 1848 of file substr.hpp.
Referenced by split_iterator_impl(), and _tick().
| basic_substring c4::basic_substring< C >::split_proxy_impl::split_iterator_impl::m_str |
Definition at line 1849 of file substr.hpp.
Referenced by _tick(), operator*(), operator->(), and operator==().
| size_t c4::basic_substring< C >::split_proxy_impl::split_iterator_impl::m_pos |
Definition at line 1850 of file substr.hpp.
Referenced by split_iterator_impl(), _tick(), and operator==().
| NCC_ c4::basic_substring< C >::split_proxy_impl::split_iterator_impl::m_sep |
Definition at line 1851 of file substr.hpp.
Referenced by split_iterator_impl(), _tick(), and operator==().