|
Sistema condomÃnio
v1.0
|
Lista completa de todos os membros de Residentes, incluindo todos os membros herdados.
| getAndar() | Residentes | |
| getApartamento() | Residentes | |
| getCpf() | Pessoa | |
| getDataEntrada() | Residentes | |
| getDataNascimento() | Pessoa | |
| getDataSaida() | Residentes | |
| getEmail() | Residentes | |
| getNome() | Pessoa | |
| getPredio() | Residentes | |
| getTelefone() | Residentes | |
| getVagaGaragem() | Residentes | |
| 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 | |
| setAndar(int andar) | Residentes | |
| setApartamento(int apartamento) | Residentes | |
| setCpf(std::string cpf) | Pessoa | |
| setDataEntrada(std::string dataEntrada) | Residentes | |
| setDataNascimento(std::string dataNascimento) | Pessoa | |
| setDataSaida(std::string dataSaida) | Residentes | |
| setEmail(std::string email) | Residentes | |
| setNome(std::string nome) | Pessoa | |
| setPredio(int predio) | Residentes | |
| setTelefone(std::string telefone) | Residentes | |
| setVagaGaragem(int vagaGaragem) | Residentes |