Type and reference traits for TimerImpl arguments. More...
#include "timer-impl.h"
| Public Types | |
| typedef const StoredType & | ParameterType | 
| Parameter type for an argument.  More... | |
| typedef TypeTraits< typename TypeTraits< T >::ReferencedType >::NonConstType | StoredType | 
| Storage type for an argument.  More... | |
Type and reference traits for TimerImpl arguments.
Definition at line 235 of file timer-impl.h.
| typedef const StoredType& ns3::TimerTraits< T >::ParameterType | 
Parameter type for an argument.
Definition at line 240 of file timer-impl.h.
| typedef TypeTraits<typename TypeTraits<T>::ReferencedType>::NonConstType ns3::TimerTraits< T >::StoredType | 
Storage type for an argument.
Definition at line 238 of file timer-impl.h.