/**
* @brief This is the coffee cup class
*
* This class describes a cup or mug that neatly integrates a
* container for vectors of cCoffee instances with a fully
* functional handle to carry the cup or mug around. Used for
* pretty much everything.
*/classcTallGlass : public cGlass {
/** * @brief This is the coffee cup class * * This class describes a cup or mug that neatly integrates a * container for vectors of cCoffee instances with a fully * functional handle to carry the cup or mug around. Used for * pretty much everything. */ class cTallGlass : public cGlass {