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… more...
Aliases
-
typedef transport::str transport::
foo - Another string
-
using transport::
str = std::string - A string
Macros
- #define FOOBAR(a, b)
- A macro!