utf32_counter Struct Reference

Public Types

typedef size_t value_type

Static Public Member Functions

static value_type low (value_type result, uint32_t)
static value_type high (value_type result, uint32_t)

Detailed Description

Definition at line 871 of file pugixml.cpp.

Member Typedef Documentation

◆ value_type

typedef size_t utf32_counter::value_type

Definition at line 873 of file pugixml.cpp.

Member Function Documentation

◆ high()

value_type utf32_counter::high ( value_type result,
uint32_t  )
inlinestatic

Definition at line 880 of file pugixml.cpp.

881 {
882 return result + 1;
883 }

◆ low()

value_type utf32_counter::low ( value_type result,
uint32_t  )
inlinestatic

Definition at line 875 of file pugixml.cpp.

876 {
877 return result + 1;
878 }

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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001