/** Manejo de Indices independiente */
typedef struct _indices_h_ {
INDICE_TIPO tipo; /**< Tipo de indice */
INDICE_TIPO_DATO tipo_dato; /**< Tipo de dato a manejar */
INDICE_FUNCION funcion; /**< Funcion del indice */
int offset; /**< Offset desde el inicio del dato hasta el lugar donde esta la clave */
/** Manejo de Indices independiente */
typedef struct _indices_h_ {
INDICE_TIPO tipo; /**< Tipo de indice */
INDICE_TIPO_DATO tipo_dato; /**< Tipo de dato a manejar */
INDICE_FUNCION funcion; /**< Funcion del indice */
int offset; /**< Offset desde el inicio del dato hasta el lugar donde esta la clave */