Bicycle Class
Definition
Line
22
of
vehicles/vehicles.cm
Inheritance
Constructors & Destructor
public
nothrow
Bicycle
(
const
String
<
char
>& brand_,
double
speed_)
Member Functions
public
inline
nothrow
String
<
char
>&
Brand
()
const
Member Variables
private
String
<
char
>
brand
Constructor& Destructor Details
Bicycle Constructor
public
nothrow
Bicycle(
const
String
<
char
>& brand_,
double
speed_)
Definition
Line
25
of
vehicles/vehicles.cm
Member Function Details
Brand Member Function
public
inline
nothrow
String
<
char
>& Brand()
Definition
Line
28
of
vehicles/vehicles.cm