atualizarArquivo(std::string nomeArquivo) | Porteiro | |
buscarEncomenda() | Porteiro | |
buscarVisitanteData() | Porteiro | |
cadastrarEncomenda() | Porteiro | |
cadastrarVisitante() | Porteiro | |
Encomenda() | Encomenda | |
Encomenda(std::string nomeRemetente, std::string nomeDestinatario, std::string cpfDestinatario, std::string numeroApartamento, std::string dataRecebimento) | Encomenda | |
Visitante::getAndar() | Visitante | |
Residentes::getAndar() | Residentes | |
Visitante::getApartamento() | Visitante | |
Residentes::getApartamento() | Residentes | |
getCpf() | Pessoa | |
getCpfDestinatario() | Encomenda | |
getDataEntrada() | Residentes | |
getDataNascimento() | Pessoa | |
getDataRecebimento() | Encomenda | |
getDataSaida() | Residentes | |
getDataVisita() | Visitante | |
getEmail() | Residentes | |
getNome() | Pessoa | |
getNomeDestinatario() | Encomenda | |
getNomeRemetente() | Encomenda | |
getNomeVisitado() | Visitante | |
getNomeVisitante() | Visitante | |
getNumeroApartamento() | Encomenda | |
getPredio() | Residentes | |
getTelefone() | Residentes | |
getVagaGaragem() | Residentes | |
lerArquivo(std::string nomeArquivo) | Porteiro | |
lerInt(int numero, std::string msg) | Porteiro | |
listarEncomendas() | Porteiro | |
listarVisitantes() | Porteiro | |
menuPorteiro() | Porteiro | |
Pessoa() | Pessoa | |
Pessoa(std::string nome, std::string cpf, std::string dataNascimento) | Pessoa | |
Residentes() | Residentes | |
Residentes(std::string nome, std::string cpf, std::string dataNascimento, int predio, int apartamento, int andar, int vagaGaragem, std::string dataEntrada, std::string dataSaida, std::string telefone, std::string email) | Residentes | |
Visitante::setAndar(int andar) | Visitante | |
Residentes::setAndar(int andar) | Residentes | |
Visitante::setApartamento(int apartamento) | Visitante | |
Residentes::setApartamento(int apartamento) | Residentes | |
setCpf(std::string cpf) | Pessoa | |
setCpfDestinatario(std::string cpfDestinatario) | Encomenda | |
setDataEntrada(std::string dataEntrada) | Residentes | |
setDataNascimento(std::string dataNascimento) | Pessoa | |
setDataRecebimento(std::string dataRecebimento) | Encomenda | |
setDataSaida(std::string dataSaida) | Residentes | |
setDataVisita(std::string dataVisita) | Visitante | |
setEmail(std::string email) | Residentes | |
setNome(std::string nome) | Pessoa | |
setNomeDestinatario(std::string nomeDestinatario) | Encomenda | |
setNomeRemetente(std::string nomeRemetente) | Encomenda | |
setNomeVisitado(std::string nomeVisitado) | Visitante | |
setNomeVisitante(std::string nomeVisitante) | Visitante | |
setNumeroApartamento(std::string numeroApartamento) | Encomenda | |
setPredio(int predio) | Residentes | |
setTelefone(std::string telefone) | Residentes | |
setVagaGaragem(int vagaGaragem) | Residentes | |
Visitante() | Visitante | |
Visitante(std::string nomeVisitante, std::string nomeVisitado, int apartamento, int andar, std::string dataVisita) | Visitante | |