#include "macros.h"
#include <string>
#include <iostream>
#include "AbstractExercise.h"
Go to the source code of this file.
Classes | |
class | Pounds2KilosExercise |
Variables | |
Pounds2KilosExercise | proto ("Pounds2KilosExercise") |
const double | POUND_IN_KILOS = 0.45 |
const double POUND_IN_KILOS = 0.45 |
Definition at line 81 of file Pounds2KilosExercise.cpp.
Referenced by Pounds2KilosExercise::k2p(), and Pounds2KilosExercise::p2k().
Pounds2KilosExercise proto("Pounds2KilosExercise") [static] |