OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
PIMItemIndex.hpp File Reference
#include <string>
#include <vector>
#include <helpers/SmartPtr.hpp>
Include dependency graph for PIMItemIndex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenAB::PIMItemIndex
 Documentation for class PIMItemIndex. PIMItemIndex is a PIMItem representation used to match and compare PIMItems. Set of PIMItem fields is stored along with comparison rules allowing matching and comparing of PIMItems. PIMItemIndex is intended to be used by OpenAB_Sync::Sync plugins. More...
 
struct  OpenAB::PIMItemIndex::PIMItemCheck
 Definition of check that will be made on PIMItemIndex instances when comparing them. Each check checks single field of PIMItem, and based on its role, detects if items are totally different, or items are modified version of the same item. More...
 

Namespaces

 OpenAB
 namespace OpenAB
 

Enumerations

enum  OpenAB::PIMItemType { OpenAB::eContact, OpenAB::eEvent, OpenAB::eTask }