Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
utf32_writer Struct Reference

Public Types

typedef uint32_t * value_type

Static Public Member Functions

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

Detailed Description

Definition at line 1589 of file pugixml.cc.

Member Typedef Documentation

◆ value_type

typedef uint32_t* utf32_writer::value_type

Definition at line 1591 of file pugixml.cc.

Member Function Documentation

◆ any()

value_type utf32_writer::any ( value_type result,
uint32_t ch )
inlinestatic

Definition at line 1607 of file pugixml.cc.

1608 {
1609 *result = ch;
1610
1611 return result + 1;
1612 }

◆ high()

value_type utf32_writer::high ( value_type result,
uint32_t ch )
inlinestatic

Definition at line 1600 of file pugixml.cc.

1601 {
1602 *result = ch;
1603
1604 return result + 1;
1605 }

◆ low()

value_type utf32_writer::low ( value_type result,
uint32_t ch )
inlinestatic

Definition at line 1593 of file pugixml.cc.

1594 {
1595 *result = ch;
1596
1597 return result + 1;
1598 }

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