Public Attributes | List of all members
absl::strings_internal::ParsedFloat Struct Reference

#include <charconv_parse.h>

Public Attributes

const char * end = nullptr
 
int exponent = 0
 
int literal_exponent = 0
 
uint64_t mantissa = 0
 
const char * subrange_begin = nullptr
 
const char * subrange_end = nullptr
 
FloatType type = FloatType::kNumber
 

Detailed Description

Definition at line 29 of file charconv_parse.h.

Member Data Documentation

const char* absl::strings_internal::ParsedFloat::end = nullptr

Definition at line 72 of file charconv_parse.h.

int absl::strings_internal::ParsedFloat::exponent = 0

Definition at line 50 of file charconv_parse.h.

int absl::strings_internal::ParsedFloat::literal_exponent = 0

Definition at line 54 of file charconv_parse.h.

uint64_t absl::strings_internal::ParsedFloat::mantissa = 0

Definition at line 44 of file charconv_parse.h.

const char* absl::strings_internal::ParsedFloat::subrange_begin = nullptr

Definition at line 67 of file charconv_parse.h.

const char* absl::strings_internal::ParsedFloat::subrange_end = nullptr

Definition at line 68 of file charconv_parse.h.

FloatType absl::strings_internal::ParsedFloat::type = FloatType::kNumber

Definition at line 57 of file charconv_parse.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59