#include <CorePolicy.hpp>
Inheritance diagram for DestinationOrder< D >:Public Member Functions | |
| DestinationOrder (dds::core::policy::DestinationOrderKind::Type the_kind) | |
| DestinationOrder () | |
| void | kind (dds::core::policy::DestinationOrderKind::Type the_kind) |
| dds::core::policy::DestinationOrderKind::Type | kind () const |
Static Public Member Functions | |
| static DestinationOrder | SourceTimestamp () |
| static DestinationOrder | ReceptionTimestamp () |
Definition at line 654 of file CorePolicy.hpp.
| DestinationOrder | ( | dds::core::policy::DestinationOrderKind::Type | the_kind | ) | [inline, explicit] |
Definition at line 657 of file CorePolicy.hpp.
| DestinationOrder | ( | ) | [inline] |
Definition at line 659 of file CorePolicy.hpp.
| void kind | ( | dds::core::policy::DestinationOrderKind::Type | the_kind | ) | [inline] |
Definition at line 663 of file CorePolicy.hpp.
| dds::core::policy::DestinationOrderKind::Type kind | ( | ) | const [inline] |
Definition at line 666 of file CorePolicy.hpp.
| static DestinationOrder ReceptionTimestamp | ( | ) | [inline, static] |
Definition at line 673 of file CorePolicy.hpp.
| static DestinationOrder SourceTimestamp | ( | ) | [inline, static] |
Definition at line 670 of file CorePolicy.hpp.
1.7.1