Open CASCADE Technology  6.8.0
Public Member Functions | Protected Attributes
serial_range< Type > Class Template Reference

#include <BOPCol_TBB.hxx>

Public Member Functions

 serial_range (const Type &aBegin, const Type &aEnd)
 
 ~serial_range ()
 
const Type & begin () const
 
const Type & end () const
 

Protected Attributes

Type myBegin
 
Type myEnd
 

Constructor & Destructor Documentation

template<class Type >
serial_range< Type >::serial_range ( const Type &  aBegin,
const Type &  aEnd 
)
inline
template<class Type >
serial_range< Type >::~serial_range ( )
inline

Member Function Documentation

template<class Type >
const Type& serial_range< Type >::begin ( ) const
inline
template<class Type >
const Type& serial_range< Type >::end ( ) const
inline

Field Documentation

template<class Type >
Type serial_range< Type >::myBegin
protected
template<class Type >
Type serial_range< Type >::myEnd
protected

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