302
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "fecha.hpp"
|
||||
#include "cuac.hpp"
|
||||
#include "tablahash.hpp"
|
||||
#include "arbol.hpp"
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
@@ -15,6 +16,8 @@ class DiccionarioCuacs {
|
||||
~DiccionarioCuacs();
|
||||
void insertar(Cuac nuevo);
|
||||
void follow(string nombre);
|
||||
void last(int n);
|
||||
void date(Fecha f1, Fecha f2);
|
||||
int elem();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user