FindAttributeIndex
AttributeIndex* index = GetVolume()->FindAttributeIndex(GetName(), fType);
AttributeIndex *index = GetVolume()->FindAttributeIndex(GetName(), fType);
AttributeIndex *FindAttributeIndex(const char *name);
AttributeIndex *FindAttributeIndex(const char *name, uint32 type);
? fIndexDirectory->FindAttributeIndex(name, type) : NULL);
AttributeIndex *FindAttributeIndex(const char *name, uint32 type);