DBus::priv::SignatureNode Class Reference

Represents a single entry in our graph of the signature. More...

#include <signature.h>

Public Member Functions

 SignatureNode (DataType d)
 

Public Attributes

DataType m_dataType
 
std::shared_ptr< priv::SignatureNodem_next
 
std::shared_ptr< priv::SignatureNodem_sub
 

Detailed Description

Represents a single entry in our graph of the signature.

Constructor & Destructor Documentation

◆ SignatureNode()

DBus::priv::SignatureNode::SignatureNode ( DataType  d)
inline

Member Data Documentation

◆ m_dataType

DataType DBus::priv::SignatureNode::m_dataType

◆ m_next

std::shared_ptr<priv::SignatureNode> DBus::priv::SignatureNode::m_next

◆ m_sub

std::shared_ptr<priv::SignatureNode> DBus::priv::SignatureNode::m_sub

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