HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
appender Class Reference

#include <core.h>

+ Inheritance diagram for appender:

Public Types

using _Unchecked_type = appender
 

Public Member Functions

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

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

Definition at line 1381 of file core.h.

Constructor & Destructor Documentation

appender::appender ( base  it)
inline

Definition at line 1380 of file core.h.

Member Function Documentation

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

Definition at line 1383 of file core.h.

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

Definition at line 1388 of file core.h.

Friends And Related Function Documentation

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: