Guitar
Public Member Functions | Private Attributes | List of all members
XmlTagState Class Reference

#include <XmlTagState.h>

Public Member Functions

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
 

Private Attributes

std::vector< ushort > arr
 

Member Function Documentation

◆ is()

bool XmlTagState::is ( char const *  path) const

◆ operator==()

bool XmlTagState::operator== ( char const *  path) const
Here is the call graph for this function:

◆ pop()

void XmlTagState::pop ( )

◆ push() [1/2]

void XmlTagState::push ( QString const &  tag)

◆ push() [2/2]

void XmlTagState::push ( QStringView const &  tag)
Here is the call graph for this function:

◆ str()

QString XmlTagState::str ( ) const

Member Data Documentation

◆ arr

std::vector<ushort> XmlTagState::arr
private

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