JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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)
 

Public Attributes

Identifier name
 
LinkedListPointer< XmlAttributeNodenextListItem
 
String value
 

Private Member Functions

XmlAttributeNodeoperator= (const XmlAttributeNode &)=delete
 

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=()

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

Member Data Documentation

◆ name

Identifier juce::XmlElement::XmlAttributeNode::name

◆ nextListItem

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

◆ value

String juce::XmlElement::XmlAttributeNode::value

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