#include <xst_storage_adaptor.h>
Inheritance diagram for xst_storage_adaptor:

ValueT
Definition at line 48 of file xst_storage_adaptor.h.
Public Types | |
| typedef ValueT const & | const_reference |
| Defines constant reference type of stored object. | |
| typedef ValueT & | reference |
| Defines reference type of stored object. | |
| typedef ValueT | value_type |
| Defines value type of stored object. | |
Public Member Functions | |
| const_reference | const_value () const |
| Returns constant reference to the stored object. | |
| void | operator= (xst_storage_adaptor< ValueT > const &) const |
| Assignment does nothing. | |
| reference | value () |
| Returns mutable reference to the stored object. | |
| xst_storage_adaptor (xst_storage_adaptor< ValueT > const &other_) | |
| Copy constructor. | |
| xst_storage_adaptor (ValueT const &value_) | |
| Constructor from a value type. | |
| xst_storage_adaptor () | |
| Default constructor. | |
Static Public Member Functions | |
| char | trace_char () |
| Auxiliary function to identify actual instance inside lambda expression trace. | |
|
|
Defines constant reference type of stored object.
Definition at line 62 of file xst_storage_adaptor.h. |
|
|
Defines reference type of stored object.
Definition at line 59 of file xst_storage_adaptor.h. |
|
|
Defines value type of stored object.
Definition at line 56 of file xst_storage_adaptor.h. |
|
|
Default constructor.
Definition at line 65 of file xst_storage_adaptor.h. |
|
|
Constructor from a value type.
Definition at line 72 of file xst_storage_adaptor.h. |
|
|
Copy constructor.
Definition at line 79 of file xst_storage_adaptor.h. |
|
|
Returns constant reference to the stored object.
Definition at line 91 of file xst_storage_adaptor.h. |
|
|
Assignment does nothing.
Definition at line 86 of file xst_storage_adaptor.h. |
|
|
Auxiliary function to identify actual instance inside lambda expression trace.
Definition at line 103 of file xst_storage_adaptor.h. |
|
|
Returns mutable reference to the stored object.
Definition at line 97 of file xst_storage_adaptor.h. |
1.3.9.1