LMMS
Loading...
Searching...
No Matches
juce::XmlElement::XmlAttributeNode Struct Reference

Public Member Functions

 XmlAttributeNode (const XmlAttributeNode &) noexcept
 XmlAttributeNode (const Identifier &, const String &) noexcept
 XmlAttributeNode (String::CharPointerType, String::CharPointerType)

Public Attributes

LinkedListPointer< XmlAttributeNodenextListItem
Identifier name
String value

Private Member Functions

XmlAttributeNodeoperator= (const XmlAttributeNode &)=delete

Constructor & Destructor Documentation

◆ XmlAttributeNode() [1/3]

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

◆ XmlAttributeNode() [2/3]

juce::XmlElement::XmlAttributeNode::XmlAttributeNode ( const Identifier & n,
const String & v )
noexcept

◆ XmlAttributeNode() [3/3]

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

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 files: