57 #ifndef _xmlobjectrange_h
58 #define _xmlobjectrange_h
89 ObjectRange(It InitBegin, It InitEnd): Begin(InitBegin), End(InitEnd)
94 It
begin()
const {
return Begin; }
98 It
end()
const {
return End; }
105 #endif // Include guard
ObjectRange(It InitBegin, It InitEnd)
Initializing constructor.
All the definitions for datatypes as well as some basic conversion functions are defined here...
Used by the xml system to pass around iterable ranges.
It begin() const
The Beginning of an iterable range.
It end() const
The end of an iterable range.
It const_iterator
Used to get the template type.
The bulk of the engine components go in this namspace.