Last indexation completed on 2024-11-24 05:23:02 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:52:36  
file CMakeLists.txt 195 bytes 2024-02-11 01:52:36 -  
file prjvhc_vehicle.cpp 431 bytes 2024-02-11 01:52:36 2024-11-24 05:05:28  
file prjvhc_vehicle.h 690 bytes 2024-02-11 01:52:36 2024-11-24 05:05:28

ifndef PRJVEHICLE_H

file prjvhc_wheel.cpp 210 bytes 2024-02-11 01:52:36 2024-11-24 05:05:28

include <prjvhc_wheel.h> using namespace Codethink::prjvhc; Wheel::Wheel() { setBrand("Michelyear"); } Wheel::~Wheel() { } void Wheel::setBrand(char const *brandName) { m_brandName = brandName; }

file prjvhc_wheel.h 225 bytes 2024-02-11 01:52:36 2024-11-24 05:05:28

ifndef PRJWHEEL_H