ACF $AcfVersion:0$
Public Member Functions | List of all members
iser::CJsonReadArchiveBase::HelperIterator Class Reference

#include <CJsonReadArchiveBase.h>

Public Member Functions

 HelperIterator ()
 
void SetKey (const QString &key)
 
const QString GetKey ()
 
QString GetValue ()
 
QJsonObject GetObject ()
 
QJsonValue GetJsonValue ()
 
QJsonArray GetArray ()
 
bool NextElementArray ()
 
void SetValue (const QJsonValue value)
 
bool isObject ()
 
bool isArray ()
 

Detailed Description

Definition at line 53 of file CJsonReadArchiveBase.h.

Constructor & Destructor Documentation

◆ HelperIterator()

iser::CJsonReadArchiveBase::HelperIterator::HelperIterator ( )

Member Function Documentation

◆ GetArray()

QJsonArray iser::CJsonReadArchiveBase::HelperIterator::GetArray ( )

◆ GetJsonValue()

QJsonValue iser::CJsonReadArchiveBase::HelperIterator::GetJsonValue ( )

◆ GetKey()

const QString iser::CJsonReadArchiveBase::HelperIterator::GetKey ( )

◆ GetObject()

QJsonObject iser::CJsonReadArchiveBase::HelperIterator::GetObject ( )

◆ GetValue()

QString iser::CJsonReadArchiveBase::HelperIterator::GetValue ( )

◆ isArray()

bool iser::CJsonReadArchiveBase::HelperIterator::isArray ( )

◆ isObject()

bool iser::CJsonReadArchiveBase::HelperIterator::isObject ( )

◆ NextElementArray()

bool iser::CJsonReadArchiveBase::HelperIterator::NextElementArray ( )

◆ SetKey()

void iser::CJsonReadArchiveBase::HelperIterator::SetKey ( const QString &  key)

◆ SetValue()

void iser::CJsonReadArchiveBase::HelperIterator::SetValue ( const QJsonValue  value)

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