DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Static Public Member Functions | List of all members
dds::core::policy::THistory< D > Class Template Reference

#include <TCorePolicy.hpp>

Inheritance diagram for dds::core::policy::THistory< D >:
Inheritance graph
[legend]

Public Member Functions

 THistory ()
 
 THistory (dds::core::policy::HistoryKind::Type the_kind, int32_t the_depth)
 
 THistory (const THistory &other)
 
int32_t depth () const
 
THistorydepth (int32_t the_depth)
 
dds::core::policy::HistoryKind::Type kind () const
 
THistorykind (dds::core::policy::HistoryKind::Type the_kind)
 
- Public Member Functions inherited from dds::core::Value< D >
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)
 
template<typename ARG1 , typename ARG2 , typename ARG3 , typename ARG4 >
 Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4)
 
template<typename ARG1 , typename ARG2 , typename ARG3 , typename ARG4 , typename ARG5 >
 Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5)
 
template<typename ARG1 , typename ARG2 , typename ARG3 , typename ARG4 , typename ARG5 , typename ARG6 >
 Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5, const ARG6 &arg6)
 
 ~Value ()
 
const D & delegate () const
 
D & delegate ()
 
 operator const D & () const
 
 operator D & ()
 
bool operator!= (const Value &other) const
 
const D * operator-> () const
 
D * operator-> ()
 
Valueoperator= (const Value &other)
 
bool operator== (const Value &other) const
 

Static Public Member Functions

static THistory KeepAll ()
 
static THistory KeepLast (uint32_t depth)
 

Additional Inherited Members

- Protected Member Functions inherited from dds::core::Value< D >
 Value ()
 
 Value (const Value &p)
 
- Protected Attributes inherited from dds::core::Value< D >
d_
 

Detailed Description

template<typename D>
class dds::core::policy::THistory< D >

Definition at line 586 of file TCorePolicy.hpp.

Constructor & Destructor Documentation

template<typename D >
dds::core::policy::THistory< D >::THistory ( )

Creates a keep-last one history policy.

template<typename D >
dds::core::policy::THistory< D >::THistory ( dds::core::policy::HistoryKind::Type  the_kind,
int32_t  the_depth 
)
template<typename D >
dds::core::policy::THistory< D >::THistory ( const THistory< D > &  other)

Member Function Documentation

template<typename D >
int32_t dds::core::policy::THistory< D >::depth ( ) const
template<typename D >
THistory& dds::core::policy::THistory< D >::depth ( int32_t  the_depth)
template<typename D >
static THistory dds::core::policy::THistory< D >::KeepAll ( )
static
template<typename D >
static THistory dds::core::policy::THistory< D >::KeepLast ( uint32_t  depth)
static
template<typename D >
dds::core::policy::HistoryKind::Type dds::core::policy::THistory< D >::kind ( ) const
template<typename D >
THistory& dds::core::policy::THistory< D >::kind ( dds::core::policy::HistoryKind::Type  the_kind)

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