libquentier  0.4.0
The library for rich desktop clients of Evernote service
Public Types | List of all members
quentier::LocalStorageManager::ListSavedSearchesOrder Struct Reference

The ListSavedSearchesOrder struct is a C++98-style scoped enum which allows to specify the ordering of the results of methods listing saved searches from local storage. More...

#include <LocalStorageManager.h>

Public Types

enum  type { ByUpdateSequenceNumber = 0, ByName, ByFormat, NoOrder }
 

Detailed Description

The ListSavedSearchesOrder struct is a C++98-style scoped enum which allows to specify the ordering of the results of methods listing saved searches from local storage.