RESTinio
Public Member Functions | Private Attributes | List of all members
restinio::easy_parser::impl::decimal_number_producer_with_digits_limit_t< T > Class Template Reference

A producer for the case when a signed decimal number is expected in the input stream. More...

#include <easy_parser.hpp>

Inheritance diagram for restinio::easy_parser::impl::decimal_number_producer_with_digits_limit_t< T >:
restinio::easy_parser::impl::decimal_number_producer_t< T > restinio::easy_parser::impl::producer_tag< T >

Public Member Functions

 decimal_number_producer_with_digits_limit_t (digits_to_consume_t digits_limit)
 
RESTINIO_NODISCARD auto try_parse (source_t &from) const noexcept
 
- Public Member Functions inherited from restinio::easy_parser::impl::decimal_number_producer_t< T >
RESTINIO_NODISCARD try_parse_result_type try_parse (source_t &from) const noexcept
 

Private Attributes

digits_to_consume_t m_digits_limit
 

Additional Inherited Members

- Public Types inherited from restinio::easy_parser::impl::decimal_number_producer_t< T >
using try_parse_result_type = expected_t< T, parse_error_t >
 
- Public Types inherited from restinio::easy_parser::impl::producer_tag< T >
using result_type = T
 
- Static Public Attributes inherited from restinio::easy_parser::impl::producer_tag< T >
static constexpr entity_type_t entity_type
 
- Protected Member Functions inherited from restinio::easy_parser::impl::decimal_number_producer_t< T >
template<typename Digits_Limit_Maker >
RESTINIO_NODISCARD try_parse_result_type try_parse_impl (source_t &from, Digits_Limit_Maker &&digits_limit_maker) const noexcept
 

Detailed Description

template<typename T>
class restinio::easy_parser::impl::decimal_number_producer_with_digits_limit_t< T >

A producer for the case when a signed decimal number is expected in the input stream.

This class takes into account a number of digits to be consumed.

In the case of success returns the extracted number.

Since
v.0.6.6

Definition at line 2810 of file easy_parser.hpp.

Constructor & Destructor Documentation

◆ decimal_number_producer_with_digits_limit_t()

template<typename T >
restinio::easy_parser::impl::decimal_number_producer_with_digits_limit_t< T >::decimal_number_producer_with_digits_limit_t ( digits_to_consume_t  digits_limit)
inline

Definition at line 2816 of file easy_parser.hpp.

Member Function Documentation

◆ try_parse()

template<typename T >
RESTINIO_NODISCARD auto restinio::easy_parser::impl::decimal_number_producer_with_digits_limit_t< T >::try_parse ( source_t from) const
inlinenoexcept

Definition at line 2823 of file easy_parser.hpp.

Member Data Documentation

◆ m_digits_limit

Definition at line 2813 of file easy_parser.hpp.


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