#include <CorePolicy.hpp>
Inheritance diagram for History< D >: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) |
Definition at line 680 of file CorePolicy.hpp.
| 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.
| 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.
1.7.1