QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
qevercloud::BootstrapInfo Struct Reference

#include <types.h>

Public Member Functions

bool operator== (const BootstrapInfo &other) const
 
bool operator!= (const BootstrapInfo &other) const
 

Public Attributes

QList< BootstrapProfileprofiles
 

Detailed Description

This structure describes a collection of bootstrap profiles.

Member Function Documentation

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

Member Data Documentation

QList< BootstrapProfile > qevercloud::BootstrapInfo::profiles

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