| 
    rippled
    
   | 
 
#include <LocalValue.h>
Public Member Functions | |
| template<class... Args> | |
| LocalValue (Args &&... args) | |
| T & | operator* () | 
| Stores instance of T specific to the calling coroutine or thread.   | |
| T * | operator-> () | 
| Stores instance of T specific to the calling coroutine or thread.   | |
Private Attributes | |
| T | t_ | 
Definition at line 85 of file LocalValue.h.
Definition at line 89 of file LocalValue.h.
| T & ripple::LocalValue< T >::operator* | ( | ) | 
Stores instance of T specific to the calling coroutine or thread.
Definition at line 110 of file LocalValue.h.
| T * ripple::LocalValue< T >::operator-> | ( | ) | 
Stores instance of T specific to the calling coroutine or thread.
Definition at line 99 of file LocalValue.h.
      
  | 
  private | 
Definition at line 105 of file LocalValue.h.