Public Types | Public Member Functions | Private Types | Friends | List of all members
appender Class Reference

#include <core.h>

Inheritance diagram for appender:
Inheritance graph
[legend]

Public Types

using _Unchecked_type = appender
 

Public Member Functions

 appender (base it)
 
auto operator++ () -> appender &
 
auto operator++ (int) -> appender
 

Private Types

using base = std::back_insert_iterator< detail::buffer< char > >
 

Friends

template<typename T >
auto get_buffer (appender out) -> detail::buffer< char > &
 

Detailed Description

Definition at line 1370 of file core.h.

Member Typedef Documentation

◆ _Unchecked_type

Definition at line 1381 of file core.h.

◆ base

using appender::base = std::back_insert_iterator<detail::buffer<char> >
private

Definition at line 1371 of file core.h.

Constructor & Destructor Documentation

◆ appender()

appender::appender ( base  it)
inline

Definition at line 1380 of file core.h.

Member Function Documentation

◆ operator++() [1/2]

auto appender::operator++ ( ) -> appender&
inline

Definition at line 1383 of file core.h.

◆ operator++() [2/2]

auto appender::operator++ ( int  ) -> appender
inline

Definition at line 1388 of file core.h.

Friends And Related Function Documentation

◆ get_buffer

template<typename T >
auto get_buffer ( appender  out) -> detail::buffer<char>&
friend

Definition at line 1374 of file core.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54