IN2OSM  1.0.1
xml_document< Ch >::attribute_value_pure_pred< Quote >
Collaboration diagram for xml_document< Ch >::attribute_value_pure_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_pure_pred< Quote >

Definition at line 1497 of file rapidxml.hpp.

Member Function Documentation

◆ test()

static unsigned char test ( Ch  ch)
inlinestatic

Definition at line 1499 of file rapidxml.hpp.

1500  {
1501  if (Quote == Ch('\''))
1502  return internal::lookup_tables<0>::lookup_attribute_data_1_pure[static_cast<unsigned char>(ch)];
1503  if (Quote == Ch('\"'))
1504  return internal::lookup_tables<0>::lookup_attribute_data_2_pure[static_cast<unsigned char>(ch)];
1505  return 0; // Should never be executed, to avoid warnings on Comeau
1506  }

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