IN2OSM  1.0.1
xml_document< Ch >::attribute_value_pred< Quote >
Collaboration diagram for xml_document< Ch >::attribute_value_pred< Quote >:
Collaboration graph

Static Public Member Functions

static unsigned char test (Ch ch)
 

Detailed Description

template<class Ch = char>
template<Ch Quote>
struct rapidxml::xml_document< Ch >::attribute_value_pred< Quote >

Definition at line 1483 of file rapidxml.hpp.

Member Function Documentation

◆ test()

static unsigned char test ( Ch  ch)
inlinestatic

Definition at line 1485 of file rapidxml.hpp.

1486  {
1487  if (Quote == Ch('\''))
1488  return internal::lookup_tables<0>::lookup_attribute_data_1[static_cast<unsigned char>(ch)];
1489  if (Quote == Ch('\"'))
1490  return internal::lookup_tables<0>::lookup_attribute_data_2[static_cast<unsigned char>(ch)];
1491  return 0; // Should never be executed, to avoid warnings on Comeau
1492  }

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