Definition at line 352 of file pugixml.hpp.
 
◆ xml_attribute() [1/2]
      
        
          | PUGI__FN pugi::xml_attribute::xml_attribute  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ xml_attribute() [2/2]
◆ as_bool()
      
        
          | PUGI__FN bool pugi::xml_attribute::as_bool  | 
          ( | 
          bool  | 
          def = false | ) | 
           const | 
        
      
 
 
◆ as_double()
      
        
          | PUGI__FN double pugi::xml_attribute::as_double  | 
          ( | 
          double  | 
          def = 0 | ) | 
           const | 
        
      
 
 
◆ as_float()
      
        
          | PUGI__FN float pugi::xml_attribute::as_float  | 
          ( | 
          float  | 
          def = 0 | ) | 
           const | 
        
      
 
 
◆ as_int()
      
        
          | PUGI__FN int pugi::xml_attribute::as_int  | 
          ( | 
          int  | 
          def = 0 | ) | 
           const | 
        
      
 
 
◆ as_string()
      
        
          | PUGI__FN const char_t * pugi::xml_attribute::as_string  | 
          ( | 
          const char_t *  | 
          def = PUGIXML_TEXT("") | ) | 
           const | 
        
      
 
 
◆ as_uint()
      
        
          | PUGI__FN unsigned int pugi::xml_attribute::as_uint  | 
          ( | 
          unsigned int  | 
          def = 0 | ) | 
           const | 
        
      
 
 
◆ empty()
      
        
          | PUGI__FN bool pugi::xml_attribute::empty  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ hash_value()
      
        
          | PUGI__FN size_t pugi::xml_attribute::hash_value  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ internal_object()
◆ name()
      
        
          | PUGI__FN const char_t * pugi::xml_attribute::name  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ next_attribute()
      
        
          | PUGI__FN xml_attribute pugi::xml_attribute::next_attribute  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator unspecified_bool_type()
      
        
          | PUGI__FN pugi::xml_attribute::operator xml_attribute::unspecified_bool_type  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator!()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator!  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator!=()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator!=  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ operator<()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator<  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ operator<=()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator<=  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ operator=() [1/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          bool  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [2/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          const char_t *  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [3/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          double  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [4/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          float  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [5/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          int  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [6/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          long  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [7/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          unsigned int  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [8/8]
      
        
          | PUGI__FN xml_attribute & pugi::xml_attribute::operator=  | 
          ( | 
          unsigned long  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator==()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator==  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ operator>()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator>  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ operator>=()
      
        
          | PUGI__FN bool pugi::xml_attribute::operator>=  | 
          ( | 
          const xml_attribute &  | 
          r | ) | 
           const | 
        
      
 
 
◆ previous_attribute()
      
        
          | PUGI__FN xml_attribute pugi::xml_attribute::previous_attribute  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ set_name()
      
        
          | PUGI__FN bool pugi::xml_attribute::set_name  | 
          ( | 
          const char_t *  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [1/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          bool  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [2/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          const char_t *  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [3/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          double  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [4/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          float  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [5/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          int  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [6/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          long  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [7/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          unsigned int  | 
          rhs | ) | 
           | 
        
      
 
 
◆ set_value() [8/8]
      
        
          | PUGI__FN bool pugi::xml_attribute::set_value  | 
          ( | 
          unsigned long  | 
          rhs | ) | 
           | 
        
      
 
 
◆ value()
      
        
          | PUGI__FN const char_t * pugi::xml_attribute::value  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ xml_attribute_iterator
◆ xml_node
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/chartdldr_pi/src/pugixml.hpp
 
- /home/runner/work/main/main/opencpn/plugins/chartdldr_pi/src/pugixml.cpp