#include <Value.hpp>
Inheritance diagram for Value< D >:Public Member Functions | |
| template<typename ARG > | |
| Value (const ARG &arg) | |
| template<typename ARG1 , typename ARG2 > | |
| Value (const ARG1 &arg1, const ARG2 &arg2) | |
| template<typename ARG1 , typename ARG2 , typename ARG3 > | |
| Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3) | |
| ~Value () | |
| Value & | operator= (const Value &other) |
| bool | operator== (const Value &other) |
| bool | operator!= (const Value &other) |
| const D * | operator-> () const |
| D * | operator-> () |
| const D & | delegate () const |
| D & | delegate () |
Protected Member Functions | |
| Value () | |
| Value (const Value &p) | |
Protected Attributes | |
| D | d_ |
This class provides the basic behavior for Value types.
Definition at line 31 of file Value.hpp.
| Value | ( | const ARG1 & | arg1, | |
| const ARG2 & | arg2, | |||
| const ARG3 & | arg3 | |||
| ) | [inline] |
1.7.1