#include <XmlTagState.h>
|
| void | push (QString const &tag) |
| |
| void | push (QStringView const &tag) |
| |
| void | pop () |
| |
| bool | is (char const *path) const |
| |
| bool | operator== (char const *path) const |
| |
| QString | str () const |
| |
|
| std::vector< ushort > | arr |
| |
◆ is()
| bool XmlTagState::is |
( |
char const * |
path | ) |
const |
◆ operator==()
| bool XmlTagState::operator== |
( |
char const * |
path | ) |
const |
◆ pop()
| void XmlTagState::pop |
( |
| ) |
|
◆ push() [1/2]
| void XmlTagState::push |
( |
QString const & |
tag | ) |
|
◆ push() [2/2]
| void XmlTagState::push |
( |
QStringView const & |
tag | ) |
|
◆ str()
| QString XmlTagState::str |
( |
| ) |
const |
◆ arr
| std::vector<ushort> XmlTagState::arr |
|
private |
The documentation for this class was generated from the following files: