Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
objtracer Directory Reference
Directory dependency graph for objtracer:
objtracer

Files

file  app_copy.cpp [code]
 Demo code for deep vs.
 
file  app_essentialops.cpp [code]
 Demo code for what happens with essential operators (ctor, dtor, assignment).
 
file  app_exception.cpp [code]
 Demo for exceptions.
 
file  app_exec.cpp [code]
 Driver to select routines.
 
file  app_fcalls.cpp [code]
 Demo code for what happens with function call arguments.
 
file  app_hierarchies.cpp [code]
 Demo for inheritance hierarchies.
 
file  app_poly1.cpp [code]
 Implementation file for demo programs for run-time polymorphism.
 
file  app_poly2.cpp [code]
 Implementation file for demo programs for run-time polymorphism.
 
file  Bicycle.cpp [code]
 Implementation for the class Bicycle.
 
file  Bicycle.h [code]
 Header for Bicycle class.
 
file  Body.cpp [code]
 Implementation for the class Bicycle.
 
file  Body.h [code]
 Header for Bicycle class.
 
file  demobj.h [code]
 Comprehensive include file for all of objtracer.
 
file  demos.h [code]
 Header for object tracer demo routines.
 
file  Engine.cpp [code]
 Implementation for the Engine class used to demo object aggregation features.
 
file  Engine.h [code]
 Header for the Engine class used to demo object aggregation features.
 
file  Exception.cpp [code]
 Implementation for the Engine class used to demo object aggregation features.
 
file  objtracer/Exception.h [code]
 Header for the Exception class.
 
file  LandVehicle.cpp [code]
 Implementation for the class LandVehicle.
 
file  LandVehicle.h [code]
 Header for the LandVehicle class.
 
file  Motorcycle.cpp [code]
 Implementation of Motorcycle used to demo object aggregation features.
 
file  Motorcycle.h [code]
 Header for the Motorcycle class.
 
file  PassengerRoadVehicle.cpp [code]
 Implementation for the class PassenggerRoadVehicle.
 
file  PassengerRoadVehicle.h [code]
 Header for PassengerRoadVehicle class.
 
file  Person.cpp [code]
 Implementation for the class Person.
 
file  Person.h [code]
 Header for the class Person.
 
file  RoadVehicle.cpp [code]
 Implementation for the class RoadVehicle.
 
file  RoadVehicle.h [code]
 Header for the RoadVehicle class.
 
file  SailBoat.cpp [code]
 Implementation for the class SailBoat.
 
file  SailBoat.h [code]
 Header for the SailBoat class.
 
file  Unicycle.cpp [code]
 Implementation for the Unicycle class used to demo object aggregation features.
 
file  Unicycle.h [code]
 Header for the Unicycle class.
 
file  Vehicle.h [code]
 Header for the Vehicle class.
 
file  WaterVehicle.cpp [code]
 Implementation for the class WaterVehicle.
 
file  WaterVehicle.h [code]
 Header for the WaterVehicle class.
 
file  Wheel.cpp [code]
 Implementation for the Wheel class.
 
file  Wheel.h [code]
 Header for the Wheel class used to demo object aggregation features.