16#include "trax/collections/support/CollectionSupportXML.h"
28 dclspc boost::property_tree::ptree& operator << ( boost::property_tree::ptree& pt,
const ModuleCollection& moduleCollection );
29 dclspc boost::property_tree::ptree& operator << ( boost::property_tree::ptree& pt,
const Module& module );
30 dclspc boost::property_tree::ptree& operator << ( boost::property_tree::ptree& pt,
const CameraCollection& cameraCollection );
31 dclspc boost::property_tree::ptree& operator << ( boost::property_tree::ptree& pt,
const Camera& camera );
ptree operator support
Definition CommonSupportXML.h:42
Namespace of all the trax track libraries classes and methods.
Definition Collection.h:17
Collection to store cameras.
Definition Camera.h:324
Base Camera interface.
Definition Camera.h:92
A collection of modules.
Definition ModuleCollection.h:41
A module is a chunck of railroad stuff that is all located in one rectangular volume.
Definition Module.h:60