Exemple #1
0
void printGeoObj(const Geo::GeoObj& obj)
{
    /* the correct function is called automatically
     */
    obj.draw();
}
Exemple #2
0
void geoObjAusgeben (const Geo::GeoObj& obj)
{
    /* es wird automatisch die richtige Funktion aufgerufen
     */
    obj.draw();
}