File tree Expand file tree Collapse file tree
fastdds_python/src/swig/fastdds Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232%ignore eprosima::fastdds::dds::operator +(const Time_t&, const Time_t&);
3333%ignore eprosima::fastdds::dds::operator -(const Time_t&, const Time_t&);
3434
35+ %ignore eprosima::fastdds::dds::Time_t::is_infinite (const Time_t&);
36+
3537// Declare the comparison operators as internal to the class
3638%extend eprosima::fastdds::dds::Time_t {
3739 bool operator ==(const eprosima::fastdds::dds::Time_t& other) const
Original file line number Diff line number Diff line change 1818
1919// Ignore overloaded constructor and methods that have no effect on target language
2020%copyctor eprosima::fastdds::rtps::BinaryProperty;
21+ %ignore eprosima::fastdds::rtps::BinaryProperty::BinaryProperty (BinaryProperty&&);
2122%ignore eprosima::fastdds::rtps::BinaryProperty::name (std::string &&);
2223%ignore eprosima::fastdds::rtps::BinaryProperty::value (std::vector<uint8_t > &&);
2324%ignore eprosima::fastdds::rtps::BinaryProperty::propagate () const ;
Original file line number Diff line number Diff line change 1818
1919// Ignore overloaded constructor and methods that have no effect on target language
2020%copyctor eprosima::fastdds::rtps::Locator_t;
21+ %ignore eprosima::fastdds::rtps::Locator_t::Locator_t (Locator_t&&);
2122%ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const Locator_t&);
2223%ignore eprosima::fastdds::rtps::operator >>(std::istream&, Locator_t&);
2324%ignore eprosima::fastdds::rtps::operator ==(const Locator_t&, const Locator_t&);
Original file line number Diff line number Diff line change 1818
1919// Ignore overloaded constructor and methods that have no effect on target language
2020%copyctor eprosima::fastdds::rtps::Property;
21+ %ignore eprosima::fastdds::rtps::Property::Property (Property&&);
2122%ignore eprosima::fastdds::rtps::Property::name (std::string &&);
2223%ignore eprosima::fastdds::rtps::Property::value (std::string &&);
2324%ignore eprosima::fastdds::rtps::Property::propagate () const ;
You can’t perform that action at this time.
0 commit comments