Operaciones.hpp

Ir a la documentación de este archivo.
00001 
00011 #if !defined(Operaciones_hpp)
00012 #define Operaciones_hpp
00013 
00014 using namespace std;
00015 
00016 #include "RamDisco.hpp"
00017 
00023 void
00024 muestraStream(std::istream &is, string pre); //throw(char *)
00025 
00031 void listaPalabras(char *noma, char *nrel);
00032 
00039 void
00040 eliminaDoc(char *noma, char *nomind, long nd);
00041 
00042 
00043 /*
00044  * Indexa contenido del archivo noma en RAM
00045  *
00046  * @param nom Nombre de archivo por indexar
00047  * @param metainformacion Agregar metainformación
00048  * @param pref Prefijo del URL
00049  * @param t Arbol con índice por completar
00050  * @param tipo Tipo determinado
00051  * @param formato Formato determinado
00052  */
00053 void
00054 indexa(Doc &d, long numdoc, bool metainformacion, const char *pref,
00055        NodoTrieS &t, string &tipo, string &formato);
00056 
00065 void
00066 mezclaDosDisco(const char *indsal, const char *ind1, const char *ind2,
00067                long nd = 0);
00068 
00079 void
00080 agregaDoc(const char *indsal, const char *inden, const char *nom,
00081           bool metainformacion, const char *pref, long nd);
00082 
00083 
00084 #endif

Generado el Wed Jan 6 06:58:22 2010 para Mt77 por  doxygen 1.5.4