Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
utf16_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 1531 of file pugixml.cc.

Member Typedef Documentation

◆ value_type

typedef size_t utf16_counter::value_type

Definition at line 1533 of file pugixml.cc.

Member Function Documentation

◆ high()

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

Definition at line 1540 of file pugixml.cc.

1541 {
1542 return result + 2;
1543 }

◆ low()

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

Definition at line 1535 of file pugixml.cc.

1536 {
1537 return result + 1;
1538 }

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