예제 #1
0
const std::string& Motorcycle::getName() const{
    return getCylinder();
}
예제 #2
0
BaseExtent * CylinderExtent::clone ( void ) const
{
    return new CylinderExtent( getCylinder() );
}