![]() |
Ecommerce C++
1.0
Trabalho Prático PDS2 | UFMG
|
Membros públicos | |
| NotaFiscal (std::map< std::string, std::vector< Produto * >>) | |
| Construct a new Nota Fiscal:: Nota Fiscal object. Mais... | |
| ~NotaFiscal () | |
| Destroy the Nota Fiscal:: Nota Fiscal object. | |
| void | gerarNotaFiscal () |
| Gera uma nota fiscal para a venda. | |
| uuids::uuid | gerarId () |
| Gera um uuid unico pra nota fiscal. Mais... | |
Atributos Protegidos | |
| std::map< std::string, std::vector< Produto * > > | venda |
| NotaFiscal::NotaFiscal | ( | std::map< std::string, std::vector< Produto * >> | venda | ) |
Construct a new Nota Fiscal:: Nota Fiscal object.
| vendas |
| uuids::uuid NotaFiscal::gerarId | ( | ) |
Gera um uuid unico pra nota fiscal.