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::BootstrapProfile Struct Reference

#include <types.h>

Public Member Functions

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

Public Attributes

QString name
 
BootstrapSettings settings
 

Detailed Description

This structure describes a collection of bootstrap settings.

Member Function Documentation

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

Member Data Documentation

QString qevercloud::BootstrapProfile::name

The unique name of the profile, which is guaranteed to remain consistent across calls to getBootstrapInfo.

BootstrapSettings qevercloud::BootstrapProfile::settings

The settings for this profile.