|
PPL
1.2
|
An (fake) holder for the value of a temporary object. More...
#include <Temp_defs.hh>


Public Member Functions | |
| Temp_Value_Holder () | |
| Constructs a fake holder. More... | |
| T & | item () |
| Returns the value of the held item. More... | |
Private Member Functions | |
| Temp_Value_Holder (const Temp_Value_Holder &) | |
| Copy constructor: private and intentionally not implemented. More... | |
| Temp_Value_Holder & | operator= (const Temp_Value_Holder &) |
| Assignment operator: private and intentionally not implemented. More... | |
Private Attributes | |
| T | item_ |
| The held item. More... | |
An (fake) holder for the value of a temporary object.
Definition at line 109 of file Temp_defs.hh.
|
inline |
|
private |
Copy constructor: private and intentionally not implemented.
|
inline |
|
private |
Assignment operator: private and intentionally not implemented.
|
private |
The held item.
Definition at line 125 of file Temp_defs.hh.