Public Member Functions | Static Public Member Functions

History< D > Class Template Reference

#include <CorePolicy.hpp>

Inheritance diagram for History< D >:

List of all members.

Public Member Functions

 History ()
 History (dds::core::policy::HistoryKind::Type the_kind, int32_t the_depth)
dds::core::policy::HistoryKind::Type kind () const
void kind (dds::core::policy::HistoryKind::Type the_kind)
int32_t depth () const
void depth (int32_t the_depth)

Static Public Member Functions

static History KeepAll ()
static History KeepLast (uint32_t depth)

Detailed Description

template<typename D>
class tdds::core::policy::History< D >

Definition at line 680 of file CorePolicy.hpp.


Constructor & Destructor Documentation

History (  )  [inline]

Definition at line 682 of file CorePolicy.hpp.

History ( dds::core::policy::HistoryKind::Type  the_kind,
int32_t  the_depth 
) [inline]

Definition at line 686 of file CorePolicy.hpp.


Member Function Documentation

int32_t depth (  )  const [inline]

Definition at line 697 of file CorePolicy.hpp.

void depth ( int32_t  the_depth  )  [inline]

Definition at line 700 of file CorePolicy.hpp.

static History KeepAll (  )  [inline, static]

Definition at line 704 of file CorePolicy.hpp.

static History KeepLast ( uint32_t  depth  )  [inline, static]

Definition at line 707 of file CorePolicy.hpp.

void kind ( dds::core::policy::HistoryKind::Type  the_kind  )  [inline]

Definition at line 693 of file CorePolicy.hpp.

dds::core::policy::HistoryKind::Type kind (  )  const [inline]

Definition at line 690 of file CorePolicy.hpp.


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