LastModifiedIndexPrimaryKey
LastModifiedIndexPrimaryKey(node, oldLastModified), node,
LastModifiedIndexPrimaryKey(Node* node, time_t modified)
LastModifiedIndexPrimaryKey(Node* node)
LastModifiedIndexPrimaryKey(time_t modified)
inline LastModifiedIndexPrimaryKey operator()(Node* a)
return LastModifiedIndexPrimaryKey(a);
inline LastModifiedIndexPrimaryKey operator()(Node* a) const
return LastModifiedIndexPrimaryKey(a);
inline int operator()(const LastModifiedIndexPrimaryKey &a,
const LastModifiedIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Node*, LastModifiedIndexPrimaryKey,
Node **foundNode = fNodes->Find(LastModifiedIndexPrimaryKey(node,
LastModifiedIndexPrimaryKey(Node *node, time_t modified)
LastModifiedIndexPrimaryKey(Node *node)
LastModifiedIndexPrimaryKey(time_t modified)
inline LastModifiedIndexPrimaryKey operator()(Node *a)
return LastModifiedIndexPrimaryKey(a);
inline LastModifiedIndexPrimaryKey operator()(Node *a) const
return LastModifiedIndexPrimaryKey(a);
inline int operator()(const LastModifiedIndexPrimaryKey &a,
const LastModifiedIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Node*, LastModifiedIndexPrimaryKey,