8#ifndef META_OCEAN_MEDIA_MEDIUM_REF_H
9#define META_OCEAN_MEDIA_MEDIUM_REF_H
91 using MediumMap = std::multimap<std::string, MediumRef>;
180template <
typename T2>
This class implements a recursive lock object.
Definition Lock.h:31
This template class is the base class for all singleton objects.
Definition Singleton.h:71
This template class implements a smart object reference which is a specialization of an ObjectRef obj...
Definition SmartObjectRef.h:90
SmartObjectRef< T, TBase > & operator=(const SmartObjectRef< T, TBase > &smartObjectRef)
Assign operator.
Definition SmartObjectRef.h:280
typename ObjectRef< TBase >::ReleaseCallback ReleaseCallback
Redefinition of the release callback function defined in ObjectRef.
Definition SmartObjectRef.h:96
The namespace covering the entire Ocean framework.
Definition Accessor.h:15