11#ifndef ROOT_RSLOTSTACK
12#define ROOT_RSLOTSTACK
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
A thread-safe stack of N indexes (0 to size - 1).
std::stack< unsigned int > fStack
void ReturnSlot(unsigned int slotNumber)
A spin mutex class which respects the STL interface for mutexes.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
A RAII object to pop and push slot numbers from a RSlotStack object.
ROOT::Internal::RSlotStack & fSlotStack
RSlotStackRAII(ROOT::Internal::RSlotStack &slotStack)