|
PPL Assignment
v1.0
Assignment for course Principles of Programming Languages | Semester 4
|
#include <EssentialGifts.hpp>
Public Member Functions | |
| std::string | getName () |
| void | setName (std::string name) |
| int | getPrice () |
| int | getValue () |
| void | setPrice (int price) |
| void | setValue (int value) |
| std::string ValentinePrimeTime::EssentialGifts::getName | ( | ) |
| int ValentinePrimeTime::EssentialGifts::getPrice | ( | ) |
| int ValentinePrimeTime::EssentialGifts::getValue | ( | ) |
| void ValentinePrimeTime::EssentialGifts::setName | ( | std::string | name | ) |
| void ValentinePrimeTime::EssentialGifts::setPrice | ( | int | price | ) |
| void ValentinePrimeTime::EssentialGifts::setValue | ( | int | value | ) |
1.8.11