bicycle.h file
Defines the Bicycle
class
This is a pretty sweet file all by itself, but the Bicycle
class is virtual,
so this file is even better when combined with other files that define derived
classes.
Classes
-
class transport::
Bicycle abstract - Standard bicycle class. This is a rather long brief line, it occupies the whole paragraph…
Aliases
-
using transport::
str = std::string - A string
-
typedef transport::str transport::
foo - Another string
Macros
- #define FOOBAR
- A macro!