spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
spdlog::details::dump_info< It > Class Template Reference

Detailed Description

template<typename It>
class spdlog::details::dump_info< It >

Definition at line 33 of file bin_to_hex.h.

#include <bin_to_hex.h>

Public Member Functions

 dump_info (It range_begin, It range_end, size_t size_per_line)
 
It begin () const
 
It end () const
 
size_t size_per_line () const
 

Private Attributes

It begin_
 
It end_
 
size_t size_per_line_
 

Constructor & Destructor Documentation

◆ dump_info()

template<typename It >
spdlog::details::dump_info< It >::dump_info ( It  range_begin,
It  range_end,
size_t  size_per_line 
)
inline

Definition at line 36 of file bin_to_hex.h.

Member Function Documentation

◆ begin()

template<typename It >
It spdlog::details::dump_info< It >::begin ( ) const
inline

Definition at line 42 of file bin_to_hex.h.

◆ end()

template<typename It >
It spdlog::details::dump_info< It >::end ( ) const
inline

Definition at line 46 of file bin_to_hex.h.

◆ size_per_line()

template<typename It >
size_t spdlog::details::dump_info< It >::size_per_line ( ) const
inline

Definition at line 50 of file bin_to_hex.h.

Member Data Documentation

◆ begin_

template<typename It >
It spdlog::details::dump_info< It >::begin_
private

Definition at line 56 of file bin_to_hex.h.

◆ end_

template<typename It >
It spdlog::details::dump_info< It >::end_
private

Definition at line 56 of file bin_to_hex.h.

◆ size_per_line_

template<typename It >
size_t spdlog::details::dump_info< It >::size_per_line_
private

Definition at line 57 of file bin_to_hex.h.


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