示例#1
0
文件: t.hpp 项目: cocagne/scratch
 const MoveTo getInstance() const { return MoveTo( o->getInstance() ); }
示例#2
0
文件: t.hpp 项目: cocagne/scratch
 PhysicalEntity getInstance() { return PhysicalEntity( o->getInstance() ); }
示例#3
0
文件: t.hpp 项目: cocagne/scratch
 const VehicleOrder getInstance() const { return VehicleOrder( o->getInstance() ); }
示例#4
0
文件: t.hpp 项目: cocagne/scratch
 MoveTo getInstance() { return MoveTo( o->getInstance() ); }
示例#5
0
文件: t.hpp 项目: cocagne/scratch
 const Automobile getInstance() const { return Automobile( o->getInstance() ); }
示例#6
0
文件: t.hpp 项目: cocagne/scratch
 VehicleOrder getInstance() { return VehicleOrder( o->getInstance() ); }
示例#7
0
文件: t.hpp 项目: cocagne/scratch
 Automobile getInstance() { return Automobile( o->getInstance() ); }
示例#8
0
文件: t.hpp 项目: cocagne/scratch
 const Aircraft getInstance() const { return Aircraft( o->getInstance() ); }
示例#9
0
文件: t.hpp 项目: cocagne/scratch
 Aircraft getInstance() { return Aircraft( o->getInstance() ); }
示例#10
0
文件: t.hpp 项目: cocagne/scratch
 const Vehicle getInstance() const { return Vehicle( o->getInstance() ); }
示例#11
0
文件: t.hpp 项目: cocagne/scratch
 Vehicle getInstance() { return Vehicle( o->getInstance() ); }