Go to the source code of this file.
 | 
| namespace   | ml | 
|   | Main documentation file for ML users and developers. 
  | 
|   | 
 | 
| template<typename ToTypePtr >  | 
| ToTypePtr  | mlbaseevent_cast (ml::BaseEvent *from) | 
|   | Cast operation for safely casting BaseEvents to derived types.  
  | 
|   | 
| template<typename ToTypePtr >  | 
| ToTypePtr  | mlbaseevent_cast (const ml::BaseEvent *from) | 
|   | Overload of the above template function, which makes conversion of const-pointers possible.  
  | 
|   | 
◆ mlbaseevent_cast() [1/2]
template<typename ToTypePtr > 
 
Overload of the above template function, which makes conversion of const-pointers possible. 
Definition at line 137 of file mlEventSource.h.
 
 
◆ mlbaseevent_cast() [2/2]
template<typename ToTypePtr > 
 
Cast operation for safely casting BaseEvents to derived types. 
Definition at line 123 of file mlEventSource.h.