1 #ifndef GAUDI_NAMEDRANGE_H 2 #define GAUDI_NAMEDRANGE_H 1 62 typename Base::iterator iend ,
127 template <
class CONTAINER>
138 #endif // GAUDI_NAMEDRANGE_H void setName(const std::string &value)
set the name of the range
NamedRange_< TYPE > Self
"self"-type
NamedRange_(const Base &base, std::string name="")
constructor from the base class
NamedRange_(typename Base::iterator ibegin, std::string name="")
NamedRange_(const typename Base::Container &base, std::string name="")
constructor from the base class
~NamedRange_()=default
destructor
NamedRange_< CONTAINER > range(const CONTAINER &cnt, std::string name)
simple function to create the named range form arbitrary container
const std::string & name() const
get the name of the range
This file has been imported from LoKi project "C++ ToolKit for Smart and Friendly Physics Analysis" ...
NamedRange_(const typename Base::_Base &base, std::string name="")
constructor from the base class
NamedRange_ slice(long index1, long index2) const
get a "slice" of a range, in Python style
NamedRange_(typename Base::iterator ibegin, typename Base::iterator iend, std::string name="")
Constructor.
const Base & base() const
conversion operator to the std::pair
std::string m_name
the name, associated to the range
Gaudi::Range_< TYPE > Base
the base class
Useful class for representation of "sequence" of the objects through the range of valid iterators...
NamedRange_()=default
default constructor
Helper functions to set/get the application return code.