Projeto Biblioteca POO - PV26465
|
This is the complete list of members for Livro, including all inherited members.
adicionar_Reserva(Leitor *LT) | Livro | |
Autor | Livro | protected |
categoria | Livro | protected |
copias_emprestadas | Livro | protected |
devolver_Copia() | Livro | |
EditarInformacoesLivro()=0 | Livro | pure virtual |
emprestar_Copia() | Livro | |
getAutor() const | Livro | |
getCategoria() const | Livro | |
getCopiasDisponiveis() const | Livro | |
getIsbn() const | Livro | |
getNumCopias() const | Livro | |
getPrazoEmprestimo() const =0 | Livro | pure virtual |
getTipo() const =0 | Livro | pure virtual |
getTitulo() const | Livro | |
isbn | Livro | protected |
Livro(string t, string a, string i, string c, int numCopias) | Livro | |
Proximo_Leitor_Reserva() const | Livro | |
remover_Reserva(Leitor *LT) | Livro | |
reservas | Livro | |
setAutor(string autor) | Livro | |
setCategoria(string categoria) | Livro | |
setIsbn(string isbn) | Livro | |
setNumCopias(int numCopias) | Livro | |
setTitulo(string titulo) | Livro | |
temReserva() const | Livro | |
Titulo | Livro | protected |
total_copias | Livro | protected |
~Livro() | Livro | virtual |