|
Invoice++
|
#include <product_data.h>
Public Member Functions | |
| ProductData (const std::string &name, const int count, const double price_per_unit) | |
Public Attributes | |
| std::string | name |
| int | count |
| double | price_per_unit |
|
inline |
| int ProductData::count |
| std::string ProductData::name |
| double ProductData::price_per_unit |