Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
icutils::Node Struct Reference

#include <inlinecomponentutils_p.h>

+ Collaboration diagram for icutils::Node:

Public Member Functions

 Node ()=default
 
 Node (const Node &)=default
 
 Node (Node &&)=default
 
Nodeoperator= (Node const &)=default
 
Nodeoperator= (Node &&)=default
 
bool operator== (Node const &other) const
 
 Node (IndexType s)
 
bool hasPermanentMark () const
 
bool hasTemporaryMark () const
 
void setPermanentMark ()
 
void setTemporaryMark ()
 
IndexType index () const
 

Detailed Description

Definition at line 23 of file inlinecomponentutils_p.h.

Constructor & Destructor Documentation

◆ Node() [1/4]

icutils::Node::Node ( )
default

◆ Node() [2/4]

icutils::Node::Node ( const Node )
default

◆ Node() [3/4]

icutils::Node::Node ( Node &&  )
default

◆ Node() [4/4]

icutils::Node::Node ( IndexType  s)
inline

Definition at line 39 of file inlinecomponentutils_p.h.

References m_data.

Member Function Documentation

◆ hasPermanentMark()

bool icutils::Node::hasPermanentMark ( ) const
inline

Definition at line 41 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ hasTemporaryMark()

bool icutils::Node::hasTemporaryMark ( ) const
inline

Definition at line 42 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ index()

IndexType icutils::Node::index ( ) const
inline

Definition at line 55 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ operator=() [1/2]

Node & icutils::Node::operator= ( Node &&  )
default

◆ operator=() [2/2]

Node & icutils::Node::operator= ( Node const &  )
default

◆ operator==()

bool icutils::Node::operator== ( Node const &  other) const
inline

Definition at line 37 of file inlinecomponentutils_p.h.

References m_data, and other().

+ Here is the call graph for this function:

◆ setPermanentMark()

void icutils::Node::setPermanentMark ( )
inline

Definition at line 44 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

◆ setTemporaryMark()

void icutils::Node::setTemporaryMark ( )
inline

Definition at line 50 of file inlinecomponentutils_p.h.

References m_data.

Referenced by icutils::topoVisit().

+ Here is the caller graph for this function:

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