
Public Member Functions | |
| T * | getImpl () |
| const T * | getImpl () const |
| ProxyBase (T *impl=0) | |
| void | setImpl (T *impl) |
Encapsulates pointer of type T.
| fe::ProxyBase< T >::ProxyBase | ( | T * | impl = 0 |
) | [inline, explicit] |
| impl | initial pointer value. |
| void fe::ProxyBase< T >::setImpl | ( | T * | impl | ) | [inline] |
Sets encapsulated pointer to a new value.
| impl | new pointer value. |
| const T* fe::ProxyBase< T >::getImpl | ( | ) | const [inline] |
Returns encapsulated pointer value.
| T* fe::ProxyBase< T >::getImpl | ( | ) | [inline] |
Returns encapsulated pointer value.