Home
last modified time | relevance | path

Searched defs:MotorCar (Results 1 – 5 of 5) sorted by relevance

/dports/devel/swig/swig-4.0.2/Examples/csharp/nested/
H A Dexample.h4 struct MotorCar { struct
7 struct DesignOpinion {
34 …static MotorCar DesignFromComponents(const std::string &name, const Wheels &wheels, const WindScre… argument
44 MotorCar(const std::string &name, const Wheels &wheels, const WindScreen &windscreen); argument
45 std::string name;
46 Wheels wheels;
47 WindScreen windscreen;
H A Dexample.cxx14 MotorCar::MotorCar(const std::string &name, const Wheels &wheels, const WindScreen &windscreen) : n… in MotorCar() function in MotorCar
/dports/devel/swig/swig-4.0.2/Examples/java/nested/
H A Dexample.h4 struct MotorCar { struct
7 struct DesignOpinion {
34 …static MotorCar DesignFromComponents(const std::string &name, const Wheels &wheels, const WindScre… argument
44 MotorCar(const std::string &name, const Wheels &wheels, const WindScreen &windscreen); argument
45 std::string name;
46 Wheels wheels;
47 WindScreen windscreen;
H A Dexample.cxx14 MotorCar::MotorCar(const std::string &name, const Wheels &wheels, const WindScreen &windscreen) : n… in MotorCar() function in MotorCar
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DCar.cs384 internal class MotorCar : Car class
413 internal MotorCar() in MotorCar() method in TrainEditor2.Models.Trains.MotorCar
419 internal MotorCar(TrailerCar car) in MotorCar() method in TrainEditor2.Models.Trains.MotorCar