|
T * | operator-> () |
| Arrow operator to access the underlying object.
|
|
Handle< T > | operator= (HObj h_) |
| Assignment operator for handle.
|
|
Handle< T > | operator= (Handle< T > x_) |
| Assignment operator for another handle.
|
|
| Handle (HObj hObj_) |
| Constructor with handle parameter.
|
|
◆ Handle()
Constructor with handle parameter.
- Parameters
-
◆ operator->()
template<class T >
T * Handle< T >::operator-> |
( |
| ) |
|
|
inline |
Arrow operator to access the underlying object.
- Returns
- Pointer to the underlying object.
◆ operator=() [1/2]
Assignment operator for another handle.
- Parameters
-
- Returns
- Reference to the current object.
◆ operator=() [2/2]
Assignment operator for handle.
- Parameters
-
- Returns
- Reference to the current object.
The documentation for this class was generated from the following file: