WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::null_terminating_iterator< Char > Class Template Reference

#include <format.h>

Public Types

typedef std::ptrdiff_t difference_type
 
typedef Char value_type
 
typedef const Char * pointer
 
typedef const Char & reference
 
typedef std::random_access_iterator_tag iterator_category
 

Public Member Functions

 null_terminating_iterator ()
 
FMT_CONSTEXPR null_terminating_iterator (const Char *ptr, const Char *end)
 
template<typename Range >
FMT_CONSTEXPR null_terminating_iterator (const Range &r)
 
FMT_CONSTEXPR null_terminating_iteratoroperator= (const Char *ptr)
 
FMT_CONSTEXPR Char operator* () const
 
FMT_CONSTEXPR null_terminating_iterator operator++ ()
 
FMT_CONSTEXPR null_terminating_iterator operator++ (int)
 
FMT_CONSTEXPR null_terminating_iterator operator-- ()
 
FMT_CONSTEXPR null_terminating_iterator operator+ (difference_type n)
 
FMT_CONSTEXPR null_terminating_iterator operator- (difference_type n)
 
FMT_CONSTEXPR null_terminating_iterator operator+= (difference_type n)
 
FMT_CONSTEXPR difference_type operator- (null_terminating_iterator other) const
 
FMT_CONSTEXPR bool operator!= (null_terminating_iterator other) const
 
bool operator>= (null_terminating_iterator other) const
 

Friends

template<typename CharT >
FMT_CONSTEXPR_DECL const CharT * pointer_from (null_terminating_iterator< CharT > it)
 

Detailed Description

template<typename Char>
class internal::null_terminating_iterator< Char >

Definition at line 607 of file format.h.

Member Typedef Documentation

◆ difference_type

template<typename Char>
typedef std::ptrdiff_t internal::null_terminating_iterator< Char >::difference_type

Definition at line 25 of file printf.h.

◆ iterator_category

template<typename Char>
typedef std::random_access_iterator_tag internal::null_terminating_iterator< Char >::iterator_category

Definition at line 29 of file printf.h.

◆ pointer

template<typename Char>
typedef const Char* internal::null_terminating_iterator< Char >::pointer

Definition at line 27 of file printf.h.

◆ reference

template<typename Char>
typedef const Char& internal::null_terminating_iterator< Char >::reference

Definition at line 28 of file printf.h.

◆ value_type

template<typename Char>
typedef Char internal::null_terminating_iterator< Char >::value_type

Definition at line 26 of file printf.h.

Constructor & Destructor Documentation

◆ null_terminating_iterator() [1/3]

template<typename Char>
internal::null_terminating_iterator< Char >::null_terminating_iterator ( )
inline

Definition at line 31 of file printf.h.

Here is the caller graph for this function:

◆ null_terminating_iterator() [2/3]

template<typename Char>
FMT_CONSTEXPR internal::null_terminating_iterator< Char >::null_terminating_iterator ( const Char *  ptr,
const Char *  end 
)
inline

Definition at line 33 of file printf.h.

◆ null_terminating_iterator() [3/3]

template<typename Char>
template<typename Range >
FMT_CONSTEXPR internal::null_terminating_iterator< Char >::null_terminating_iterator ( const Range &  r)
inlineexplicit

Definition at line 37 of file printf.h.

Member Function Documentation

◆ operator!=()

template<typename Char>
FMT_CONSTEXPR bool internal::null_terminating_iterator< Char >::operator!= ( null_terminating_iterator< Char >  other) const
inline

Definition at line 84 of file printf.h.

◆ operator*()

template<typename Char>
FMT_CONSTEXPR Char internal::null_terminating_iterator< Char >::operator* ( ) const
inline

Definition at line 46 of file printf.h.

◆ operator+()

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator+ ( difference_type  n)
inline

Definition at line 66 of file printf.h.

Here is the call graph for this function:

◆ operator++() [1/2]

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator++ ( )
inline

Definition at line 50 of file printf.h.

◆ operator++() [2/2]

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator++ ( int  )
inline

Definition at line 55 of file printf.h.

◆ operator+=()

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator+= ( difference_type  n)
inline

Definition at line 74 of file printf.h.

◆ operator-() [1/2]

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator- ( difference_type  n)
inline

Definition at line 70 of file printf.h.

Here is the call graph for this function:

◆ operator-() [2/2]

template<typename Char>
FMT_CONSTEXPR difference_type internal::null_terminating_iterator< Char >::operator- ( null_terminating_iterator< Char >  other) const
inline

Definition at line 79 of file printf.h.

◆ operator--()

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator internal::null_terminating_iterator< Char >::operator-- ( )
inline

Definition at line 61 of file printf.h.

◆ operator=()

template<typename Char>
FMT_CONSTEXPR null_terminating_iterator& internal::null_terminating_iterator< Char >::operator= ( const Char *  ptr)
inline

Definition at line 40 of file printf.h.

Here is the call graph for this function:

◆ operator>=()

template<typename Char>
bool internal::null_terminating_iterator< Char >::operator>= ( null_terminating_iterator< Char >  other) const
inline

Definition at line 88 of file printf.h.

Friends And Related Function Documentation

◆ pointer_from

template<typename Char>
template<typename CharT >
FMT_CONSTEXPR_DECL const CharT* pointer_from ( null_terminating_iterator< CharT >  it)
friend

The documentation for this class was generated from the following files: