1 #ifndef GAUDIKERNEL_KEYEDOBJECTMANAGER_H 2 #define GAUDIKERNEL_KEYEDOBJECTMANAGER_H 44 template <
class SETUP>
75 void* object(
long key)
const;
81 void* erase(
long key,
const void* obj);
83 long erase(seq_type::iterator beg, seq_type::iterator
end);
85 void reserve(
long size);
89 void setup(
void*
seq,
void** rndm);
91 static CLID classID();
103 #endif // GAUDIKERNEL_KEYEDOBJECTMANAGER_H
KeyedObjectManager< array > Array
Forward declaration of specialized redirection array object manager.
constexpr struct Gaudi::Functional::details::insert_t insert
KeyedObjectManager< vector > Vector
Forward declaration of specialized std::vector-like object manager.
auto end(reverse_wrapper< T > &w)
unsigned int CLID
Class ID definition.
std::vector< void * > seq_type
All classes that their objects may be contained in an LHCb ObjectContainer (e.g.
KeyedObjectManager< hashmap > HashMap
Forward declaration of specialized std::hashmap-like object manager.
KeyedObjectManager Class to manage keyed objects.
long(* MANIPULATOR)(void *)
Object manipulator type definition.
long isDirect() const
Check if the container is dirty.
ObjectContainerBase is the base class for Gaudi container classes.
KeyedObjectManager< map > Map
Forward declaration of specialized std::map-like object manager.
seq_type * m_seq
Container holding array like container.