Public Types | Public Member Functions | Private Attributes | List of all members
detail::truncating_iterator< OutputIt, std::false_type > Class Template Reference

#include <format.h>

Inheritance diagram for detail::truncating_iterator< OutputIt, std::false_type >:
Inheritance graph
[legend]

Public Types

using value_type = typename truncating_iterator_base< OutputIt >::value_type
 
- Public Types inherited from detail::truncating_iterator_base< OutputIt >
using _Unchecked_type = truncating_iterator_base
 
using difference_type = void
 
using iterator_category = std::output_iterator_tag
 
using pointer = void
 
using reference = void
 
using value_type = typename std::iterator_traits< OutputIt >::value_type
 

Public Member Functions

value_typeoperator* () const
 
truncating_iteratoroperator++ ()
 
truncating_iterator operator++ (int)
 
 truncating_iterator (OutputIt out, size_t limit)
 
- Public Member Functions inherited from detail::truncating_iterator_base< OutputIt >
OutputIt base () const
 
size_t count () const
 

Private Attributes

truncating_iterator_base< OutputIt >::value_type blackhole_
 

Additional Inherited Members

- Protected Member Functions inherited from detail::truncating_iterator_base< OutputIt >
 truncating_iterator_base (OutputIt out, size_t limit)
 
- Protected Attributes inherited from detail::truncating_iterator_base< OutputIt >
size_t count_
 
size_t limit_
 
OutputIt out_
 

Detailed Description

template<typename OutputIt>
class detail::truncating_iterator< OutputIt, std::false_type >

Definition at line 484 of file format.h.

Member Typedef Documentation

template<typename OutputIt >
using detail::truncating_iterator< OutputIt, std::false_type >::value_type = typename truncating_iterator_base<OutputIt>::value_type

Definition at line 489 of file format.h.

Constructor & Destructor Documentation

template<typename OutputIt >
detail::truncating_iterator< OutputIt, std::false_type >::truncating_iterator ( OutputIt  out,
size_t  limit 
)
inline

Definition at line 491 of file format.h.

Member Function Documentation

template<typename OutputIt >
value_type& detail::truncating_iterator< OutputIt, std::false_type >::operator* ( ) const
inline

Definition at line 505 of file format.h.

template<typename OutputIt >
truncating_iterator& detail::truncating_iterator< OutputIt, std::false_type >::operator++ ( )
inline

Definition at line 494 of file format.h.

template<typename OutputIt >
truncating_iterator detail::truncating_iterator< OutputIt, std::false_type >::operator++ ( int  )
inline

Definition at line 499 of file format.h.

Member Data Documentation

template<typename OutputIt >
truncating_iterator_base<OutputIt>::value_type detail::truncating_iterator< OutputIt, std::false_type >::blackhole_
mutableprivate

Definition at line 486 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51