JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::XmlElement::XmlAttributeNode Struct Reference
Collaboration diagram for juce::XmlElement::XmlAttributeNode:

Public Member Functions

 XmlAttributeNode (const Identifier &, const String &) noexcept
 
 XmlAttributeNode (const XmlAttributeNode &) noexcept
 
 XmlAttributeNode (String::CharPointerType, String::CharPointerType)
 
XmlAttributeNodeoperator= (const XmlAttributeNode &)=delete
 
XmlAttributeNodeoperator= (XmlAttributeNode &&)=delete
 

Public Attributes

XmlAttribute attribute
 
LinkedListPointer< XmlAttributeNodenextListItem
 

Constructor & Destructor Documentation

◆ XmlAttributeNode() [1/3]

juce::XmlElement::XmlAttributeNode::XmlAttributeNode ( const XmlAttributeNode )
noexcept

◆ XmlAttributeNode() [2/3]

juce::XmlElement::XmlAttributeNode::XmlAttributeNode ( const Identifier ,
const String  
)
noexcept

◆ XmlAttributeNode() [3/3]

juce::XmlElement::XmlAttributeNode::XmlAttributeNode ( String::CharPointerType  ,
String::CharPointerType   
)

Member Function Documentation

◆ operator=() [1/2]

XmlAttributeNode & juce::XmlElement::XmlAttributeNode::operator= ( const XmlAttributeNode )
delete

◆ operator=() [2/2]

XmlAttributeNode & juce::XmlElement::XmlAttributeNode::operator= ( XmlAttributeNode &&  )
delete

Member Data Documentation

◆ attribute

XmlAttribute juce::XmlElement::XmlAttributeNode::attribute

◆ nextListItem

LinkedListPointer<XmlAttributeNode> juce::XmlElement::XmlAttributeNode::nextListItem

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