herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
XML::Element::Attribute Struct Reference

Represent an attribute. More...

#include <Element.h>

Public Member Functions

template<class T >
 Attribute (const std::string &newName, const T &newValue)
 Construct an attribute.
 
bool operator== (const Attribute &other)
 Comparison operators for attributes.
 
bool operator!= (const Attribute &other)
 

Public Attributes

std::string name
 The attribute name.
 
std::string value
 The attribute value.
 

Detailed Description

Represent an attribute.

Definition at line 168 of file Element.h.


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