#include <MVFood.h>

Public Member Functions | |
| MVFood () | |
| Default constructor. | |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
This class represents food on a place.
| MVFood::MVFood | ( | ) |
Default constructor.
| string MVFood::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVOnPlaceObject.
| string MVFood::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVOnPlaceObject.
| enum classId MVFood::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVOnPlaceObject.
1.5.6