
Public Member Functions | |
| XmlAttributeNode (const Identifier &, const String &) noexcept | |
| XmlAttributeNode (const XmlAttributeNode &) noexcept | |
| XmlAttributeNode (String::CharPointerType, String::CharPointerType) | |
Public Attributes | |
| Identifier | name |
| LinkedListPointer< XmlAttributeNode > | nextListItem |
| String | value |
Private Member Functions | |
| XmlAttributeNode & | operator= (const XmlAttributeNode &)=delete |
|
noexcept |
|
noexcept |
| juce::XmlElement::XmlAttributeNode::XmlAttributeNode | ( | String::CharPointerType | , |
| String::CharPointerType | |||
| ) |
|
privatedelete |
| Identifier juce::XmlElement::XmlAttributeNode::name |
| LinkedListPointer<XmlAttributeNode> juce::XmlElement::XmlAttributeNode::nextListItem |
| String juce::XmlElement::XmlAttributeNode::value |