Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 24 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 40 of file inlinecomponentutils_p.h.

Member Function Documentation

◆ hasPermanentMark()

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

Definition at line 42 of file inlinecomponentutils_p.h.

Referenced by icutils::topoVisit().

Here is the caller graph for this function:

◆ hasTemporaryMark()

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

Definition at line 43 of file inlinecomponentutils_p.h.

Referenced by icutils::topoVisit().

Here is the caller graph for this function:

◆ index()

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

Definition at line 56 of file inlinecomponentutils_p.h.

◆ 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 38 of file inlinecomponentutils_p.h.

◆ setPermanentMark()

void icutils::Node::setPermanentMark ( )
inline

Definition at line 45 of file inlinecomponentutils_p.h.

Referenced by icutils::topoVisit().

Here is the caller graph for this function:

◆ setTemporaryMark()

void icutils::Node::setTemporaryMark ( )
inline

Definition at line 51 of file inlinecomponentutils_p.h.

Referenced by icutils::topoVisit().

Here is the caller graph for this function:

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