Public Member Functions | Protected Member Functions | Protected Attributes

Value< D > Class Template Reference

#include <Value.hpp>

Inheritance diagram for Value< D >:

List of all members.

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 ()
Valueoperator= (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_

Detailed Description

template<typename D>
class dds::core::Value< D >

This class provides the basic behavior for Value types.

Definition at line 31 of file Value.hpp.


Constructor & Destructor Documentation

Value (  )  [inline, protected]

Definition at line 33 of file Value.hpp.

Value ( const Value< D > &  p  )  [inline, protected]

Definition at line 34 of file Value.hpp.

Value ( const ARG &  arg  )  [inline]

Definition at line 38 of file Value.hpp.

Value ( const ARG1 &  arg1,
const ARG2 &  arg2 
) [inline]

Definition at line 41 of file Value.hpp.

Value ( const ARG1 &  arg1,
const ARG2 &  arg2,
const ARG3 &  arg3 
) [inline]

Definition at line 44 of file Value.hpp.

~Value (  )  [inline]

Definition at line 48 of file Value.hpp.


Member Function Documentation

const D& delegate (  )  const [inline]

Definition at line 70 of file Value.hpp.

D& delegate (  )  [inline]

Definition at line 71 of file Value.hpp.

bool operator!= ( const Value< D > &  other  )  [inline]

Definition at line 62 of file Value.hpp.

D* operator-> (  )  [inline]

Definition at line 68 of file Value.hpp.

const D* operator-> (  )  const [inline]

Definition at line 67 of file Value.hpp.

Value& operator= ( const Value< D > &  other  )  [inline]

Definition at line 51 of file Value.hpp.

bool operator== ( const Value< D > &  other  )  [inline]

Definition at line 58 of file Value.hpp.


Member Data Documentation

D d_ [protected]

Definition at line 74 of file Value.hpp.


The documentation for this class was generated from the following file: