25 bool getIntBit(
const UInt_t& position,
const UInt_t& value);
33 void setIntBit(
const UInt_t& position, UInt_t& value,
const bool& state);
41 UInt_t
shiftBy(
const int& positions,
const UInt_t& value);
43 unsigned int getIteratorItemCount(
const std::map<std::string, TConfItem>::const_iterator& start,
const std::map<std::string, TConfItem>::const_iterator& stop);
44 unsigned int getIteratorItemCount(
const std::map<std::string, std::map<std::string, TConfItem> >::const_iterator& start,
const std::map<std::string, std::map<std::string, TConfItem> >::const_iterator& stop);
57 #endif // __MRFTOOLS_H__