Go to the documentation of this file.
18 #ifndef GZ_FUEL_TOOLS_MODELITER_HH_
19 #define GZ_FUEL_TOOLS_MODELITER_HH_
30 #pragma warning(disable: 4251)
39 class ModelIterPrivate;
40 class ModelIterFactory;
45 friend ModelIterFactory;
60 public:
operator bool();
64 public:
operator bool()
const;
72 public:
Model &operator*();
76 public:
Model *operator->();