Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::PathEls::Empty Class Referencefinal

#include <qqmldompath_p.h>

+ Inheritance diagram for QQmlJS::Dom::PathEls::Empty:
+ Collaboration diagram for QQmlJS::Dom::PathEls::Empty:

Public Member Functions

 Empty ()=default
 
QString name () const
 
bool checkName (QStringView s) const
 
void dump (const Sink &sink) const
 
- Public Member Functions inherited from QQmlJS::Dom::PathEls::Base
QStringView stringView () const
 
index_type index (index_type defaultValue=-1) const
 
bool hasSquareBrackets () const
 

Additional Inherited Members

- Protected Member Functions inherited from QQmlJS::Dom::PathEls::Base
void dump (const Sink &sink, const QString &name, bool hasSquareBrackets) const
 

Detailed Description

Definition at line 80 of file qqmldompath_p.h.

Constructor & Destructor Documentation

◆ Empty()

QQmlJS::Dom::PathEls::Empty::Empty ( )
default

Member Function Documentation

◆ checkName()

bool QQmlJS::Dom::PathEls::Empty::checkName ( QStringView s) const
inline

Definition at line 85 of file qqmldompath_p.h.

◆ dump()

void QQmlJS::Dom::PathEls::Empty::dump ( const Sink & sink) const
inline

Definition at line 86 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::Base::dump(), QQmlJS::Dom::PathEls::Base::hasSquareBrackets(), and name().

+ Here is the call graph for this function:

◆ name()

QString QQmlJS::Dom::PathEls::Empty::name ( ) const
inline

Definition at line 84 of file qqmldompath_p.h.

Referenced by dump().

+ Here is the caller graph for this function:

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