41 template <
class CONTAINER>
93 using Base::operator==;
110 template <
class CONTAINER>
This file has been imported from LoKi project "C++ ToolKit for Smart and Friendly Physics Analysis".
const std::string & name() const
NamedRange_(typename Base::iterator ibegin, std::string name="")
void setName(std::string value)
set the name of the range
NamedRange_(const Base &base, std::string name="")
constructor from the base class
NamedRange_()=default
default constructor
NamedRange_(const typename Base::Base &base, std::string name="")
constructor from the base class
NamedRange_(const typename Base::Container &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.
Useful class for representation of "sequence" of the objects through the range of valid iterators.
Range_ slice(long index1, long index2) const
typename Gaudi::details::container< T >::Container Container
const Base & base() const
std::pair< iterator, iterator > Base
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
NamedRange_< CONTAINER > range(const CONTAINER &cnt, std::string name)
simple function to create the named range from arbitrary container