QEverCloud  6.1.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::BootstrapInfo Struct Reference

#include <Types.h>

Inheritance diagram for qevercloud::BootstrapInfo:
qevercloud::Printable

Public Member Functions

virtual void print (QTextStream &strm) const override
 
bool operator== (const BootstrapInfo &other) const
 
bool operator!= (const BootstrapInfo &other) const
 
- Public Member Functions inherited from qevercloud::Printable
 Printable ()=default
 
virtual ~Printable ()=default
 
virtual QString toString () const
 

Public Attributes

EverCloudLocalData localData
 
QList< BootstrapProfileprofiles
 

Detailed Description

This structure describes a collection of bootstrap profiles.

Member Function Documentation

◆ operator!=()

bool qevercloud::BootstrapInfo::operator!= ( const BootstrapInfo other) const
inline

◆ operator==()

bool qevercloud::BootstrapInfo::operator== ( const BootstrapInfo other) const
inline

◆ print()

virtual void qevercloud::BootstrapInfo::print ( QTextStream &  strm) const
overridevirtual

Implements qevercloud::Printable.

Member Data Documentation

◆ localData

EverCloudLocalData qevercloud::BootstrapInfo::localData

See the declaration of EverCloudLocalData for details

◆ profiles

QList< BootstrapProfile > qevercloud::BootstrapInfo::profiles

List of one or more bootstrap profiles, in descending preference order.