ROOT
6.06/09
Reference Guide
|
#include <string>
#include <algorithm>
#include <iterator>
#include <ostream>
#include <iomanip>
#include <stdexcept>
#include "libcpp_string_view.h"
Go to the source code of this file.
Namespaces | |
std::__ROOT | |
Macros | |
#define | _ROOT_LIBCPP_BEGIN_NAMESPACE_LFTS |
#define | _ROOT_LIBCPP_END_NAMESPACE_LFTS } } } |
#define | _LOCAL_LIBCPP_BEGIN_NAMESPACE_STD |
#define | _LIBCPP_BEGIN_NAMESPACE_STD namespace std { |
#define | _LIBCPP_END_NAMESPACE_STD } |
#define | _LOCAL_LIBCPP_CONSTEXPR |
#define | _LIBCPP_CONSTEXPR constexpr |
#define | _LOCAL_VSTD |
#define | _VSTD ::std |
#define | _LOCAL_LIBCPP_INLINE_VISIBILITY |
#define | _LIBCPP_INLINE_VISIBILITY inline |
#define | _LOCAL_LIBCPP_EXPLICIT |
#define | _LIBCPP_EXPLICIT explicit |
#define | _LOCAL_LIBCPP_TYPE_VIS_ONLY |
#define | _LIBCPP_TYPE_VIS_ONLY |
#define | _LOCAL_LIBCPP_CONSTEXPR_AFTER_CXX11 |
#define | _LIBCPP_CONSTEXPR_AFTER_CXX11 |
#define | _LOCAL_NOEXCEPT |
#define | _NOEXCEPT |
#define | _LOCAL_LIBCPP_ASSERT |
#define | _LIBCPP_ASSERT(X, Y) ((void)0) |
Functions | |
template<class _CharT , class _Traits > | |
basic_ostream< _CharT, _Traits > & | std::__ROOT::R__put_character_sequence (basic_ostream< _CharT, _Traits > &__os, const _CharT *__str, size_t __len) |
template<class _BinaryPredicate , class _ForwardIterator1 , class _ForwardIterator2 > | |
_ForwardIterator1 | std::__ROOT::__search (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred, forward_iterator_tag, forward_iterator_tag) |
template<class _BinaryPredicate , class _RandomAccessIterator1 , class _RandomAccessIterator2 > | |
_LIBCPP_CONSTEXPR_AFTER_CXX11 _RandomAccessIterator1 | std::__ROOT::__search (_RandomAccessIterator1 __first1, _RandomAccessIterator1 __last1, _RandomAccessIterator2 __first2, _RandomAccessIterator2 __last2, _BinaryPredicate __pred, random_access_iterator_tag, random_access_iterator_tag) |
template<class _ForwardIterator1 , class _ForwardIterator2 , class _BinaryPredicate > | |
_LIBCPP_CONSTEXPR_AFTER_CXX11 _ForwardIterator1 | std::__ROOT::__find_first_of_ce (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find (const _CharT *__p, _SizeT __sz, _CharT __c, _SizeT __pos) _NOEXCEPT |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_rfind (const _CharT *__p, _SizeT __sz, _CharT __c, _SizeT __pos) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_rfind (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_first_of (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_last_of (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_first_not_of (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_first_not_of (const _CharT *__p, _SizeT __sz, _CharT __c, _SizeT __pos) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_last_not_of (const _CharT *__p, _SizeT __sz, const _CharT *__s, _SizeT __pos, _SizeT __n) |
template<class _CharT , class _SizeT , class _Traits , _SizeT __npos> | |
_SizeT _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_INLINE_VISIBILITY | std::__ROOT::__str_find_last_not_of (const _CharT *__p, _SizeT __sz, _CharT __c, _SizeT __pos) |
Definition at line 113 of file RWrap_libcpp_string_view.h.
Referenced by basic_string_view< _CharT, _Traits >::back(), basic_string_view< _CharT, _Traits >::find(), basic_string_view< _CharT, _Traits >::find_first_not_of(), basic_string_view< _CharT, _Traits >::find_first_of(), basic_string_view< _CharT, _Traits >::find_last_not_of(), basic_string_view< _CharT, _Traits >::find_last_of(), basic_string_view< _CharT, _Traits >::front(), basic_string_view< _CharT, _Traits >::remove_prefix(), basic_string_view< _CharT, _Traits >::remove_suffix(), and basic_string_view< _CharT, _Traits >::rfind().
#define _LIBCPP_BEGIN_NAMESPACE_STD namespace std { |
Definition at line 62 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_CONSTEXPR constexpr |
Definition at line 68 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_CONSTEXPR_AFTER_CXX11 |
Definition at line 103 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_END_NAMESPACE_STD } |
Definition at line 63 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_EXPLICIT explicit |
Definition at line 83 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_INLINE_VISIBILITY inline |
Definition at line 78 of file RWrap_libcpp_string_view.h.
#define _LIBCPP_TYPE_VIS_ONLY |
Definition at line 98 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_ASSERT |
Definition at line 112 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_BEGIN_NAMESPACE_STD |
Definition at line 61 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_CONSTEXPR |
Definition at line 67 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_CONSTEXPR_AFTER_CXX11 |
Definition at line 102 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_EXPLICIT |
Definition at line 82 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_INLINE_VISIBILITY |
Definition at line 77 of file RWrap_libcpp_string_view.h.
#define _LOCAL_LIBCPP_TYPE_VIS_ONLY |
Definition at line 97 of file RWrap_libcpp_string_view.h.
#define _LOCAL_NOEXCEPT |
Definition at line 107 of file RWrap_libcpp_string_view.h.
#define _LOCAL_VSTD |
Definition at line 72 of file RWrap_libcpp_string_view.h.
#define _NOEXCEPT |
Definition at line 108 of file RWrap_libcpp_string_view.h.
#define _ROOT_LIBCPP_BEGIN_NAMESPACE_LFTS |
Definition at line 45 of file RWrap_libcpp_string_view.h.
#define _ROOT_LIBCPP_END_NAMESPACE_LFTS } } } |
Definition at line 48 of file RWrap_libcpp_string_view.h.
#define _VSTD ::std |
Definition at line 73 of file RWrap_libcpp_string_view.h.