20 #ifndef mia_core_refholder_hh 21 #define mia_core_refholder_hh 42 typedef std::shared_ptr<TRefHolder<T> >
Pointer;
A class to make a const reference not so const.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
TRefHolder(const_reference r)
std::shared_ptr< TRefHolder< T > > Pointer
pointer type of this reference holder.
const T & const_reference
the type of the actual reference this class holds
#define NS_MIA_END
conveniance define to end the mia namespace