Last indexation completed on 2025-11-09 05:56:43 UTC
| Name | Size | Date (UTC) | Last indexed | Description | |
|---|---|---|---|---|---|
| Name | Size | Date (UTC) | Last indexed | Description | |
| Parent directory | - | 2024-02-11 01:52:36 | |||
| CMakeLists.txt | 195 bytes | 2024-02-11 01:52:36 | - | ||
| prjvhc_vehicle.cpp | 330 bytes | 2024-02-11 01:52:36 | 2025-11-09 05:35:58 | ||
| prjvhc_vehicle.h | 466 bytes | 2024-02-11 01:52:36 | 2025-11-09 05:35:58 | ifndef PRJVEHICLE_H |
|
| prjvhc_wheel.cpp | 210 bytes | 2024-02-11 01:52:36 | 2025-11-09 05:35:58 | include <prjvhc_wheel.h> using namespace Codethink::prjvhc; Wheel::Wheel() { setBrand("Michelyear"); } Wheel::~Wheel() { } void Wheel::setBrand(char const *brandName) { m_brandName = brandName; } |
|
| prjvhc_wheel.h | 225 bytes | 2024-02-11 01:52:36 | 2025-11-09 05:35:58 | ifndef PRJWHEEL_H |