Spinning Topp Logo BlackTopp Studios
inc
Public Types | Public Member Functions | List of all members
Mezzanine::XML::ObjectRange< It > Class Template Reference

Used by the xml system to pass around iterable ranges. More...

#include <objectrange.h>

Public Types

typedef It const_iterator
 Used to get the template type.
 

Public Member Functions

 ObjectRange (It InitBegin, It InitEnd)
 Initializing constructor. More...
 
It begin () const
 The Beginning of an iterable range. More...
 
It end () const
 The end of an iterable range. More...
 

Detailed Description

template<typename It>
class Mezzanine::XML::ObjectRange< It >

Used by the xml system to pass around iterable ranges.

Definition at line 72 of file objectrange.h.

Constructor & Destructor Documentation

template<typename It>
Mezzanine::XML::ObjectRange< It >::ObjectRange ( It  InitBegin,
It  InitEnd 
)
inline

Initializing constructor.

Parameters
InitBeginDefault beginning of the range.
InitEndDefault end of the range.

Definition at line 89 of file objectrange.h.

Member Function Documentation

template<typename It>
It Mezzanine::XML::ObjectRange< It >::begin ( ) const
inline

The Beginning of an iterable range.

Returns

Definition at line 94 of file objectrange.h.

template<typename It>
It Mezzanine::XML::ObjectRange< It >::end ( ) const
inline

The end of an iterable range.

Returns

Definition at line 98 of file objectrange.h.


The documentation for this class was generated from the following file: