@@ -211,35 +211,6 @@ namespace swig {
211211
212212
213213
214- <<<<<<< HEAD
215- =======
216- %ignore eprosima::test::StructType::fixed_string_field (eprosima::fastcdr::fixed_string<16 >&&);
217-
218-
219- // Overloaded getter methods shadow each other and are equivalent in python
220- // Const accesors produced constant enums instead of arrays/dictionaries when used
221- // We ignore them to prevent this
222- %ignore eprosima::test::StructType::fixed_string_field ();
223- %rename(" %s" ) eprosima::test::StructType::fixed_string_field() const ;
224-
225- %template (fixed_string_16) eprosima::fastcdr::fixed_string<16 >;
226- %extend eprosima::test::StructType
227- {
228- void fixed_string_field (const std::string& value)
229- {
230- eprosima::fastcdr::fixed_string<16 > tmp (value);
231- $self->fixed_string_field (tmp);
232- }
233-
234- std::string fixed_string_field_str () const
235- {
236- return std::string ($self->fixed_string_field (), strnlen ($self->fixed_string_field (), 16 ));
237- }
238- }
239-
240-
241-
242- >>>>>>> 57a5541 (Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files (#207 ))
243214%ignore eprosima::test::StructType::enum_field (eprosima::test::Color&&);
244215
245216
@@ -427,35 +398,6 @@ namespace swig {
427398
428399
429400
430- <<<<<<< HEAD
431- =======
432- %ignore eprosima::test::CompleteTestType::fixed_string_field (eprosima::fastcdr::fixed_string<16 >&&);
433-
434-
435- // Overloaded getter methods shadow each other and are equivalent in python
436- // Const accesors produced constant enums instead of arrays/dictionaries when used
437- // We ignore them to prevent this
438- %ignore eprosima::test::CompleteTestType::fixed_string_field ();
439- %rename(" %s" ) eprosima::test::CompleteTestType::fixed_string_field() const ;
440-
441- %template (fixed_string_16) eprosima::fastcdr::fixed_string<16 >;
442- %extend eprosima::test::CompleteTestType
443- {
444- void fixed_string_field (const std::string& value)
445- {
446- eprosima::fastcdr::fixed_string<16 > tmp (value);
447- $self->fixed_string_field (tmp);
448- }
449-
450- std::string fixed_string_field_str () const
451- {
452- return std::string ($self->fixed_string_field (), strnlen ($self->fixed_string_field (), 16 ));
453- }
454- }
455-
456-
457-
458- >>>>>>> 57a5541 (Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files (#207 ))
459401%ignore eprosima::test::CompleteTestType::enum_field (eprosima::test::Color&&);
460402
461403
@@ -1754,35 +1696,6 @@ namespace swig {
17541696
17551697
17561698
1757- <<<<<<< HEAD
1758- =======
1759- %ignore eprosima::test::KeyedCompleteTestType::fixed_string_field (eprosima::fastcdr::fixed_string<16 >&&);
1760-
1761-
1762- // Overloaded getter methods shadow each other and are equivalent in python
1763- // Const accesors produced constant enums instead of arrays/dictionaries when used
1764- // We ignore them to prevent this
1765- %ignore eprosima::test::KeyedCompleteTestType::fixed_string_field ();
1766- %rename(" %s" ) eprosima::test::KeyedCompleteTestType::fixed_string_field() const ;
1767-
1768- %template (fixed_string_16) eprosima::fastcdr::fixed_string<16 >;
1769- %extend eprosima::test::KeyedCompleteTestType
1770- {
1771- void fixed_string_field (const std::string& value)
1772- {
1773- eprosima::fastcdr::fixed_string<16 > tmp (value);
1774- $self->fixed_string_field (tmp);
1775- }
1776-
1777- std::string fixed_string_field_str () const
1778- {
1779- return std::string ($self->fixed_string_field (), strnlen ($self->fixed_string_field (), 16 ));
1780- }
1781- }
1782-
1783-
1784-
1785- >>>>>>> 57a5541 (Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files (#207 ))
17861699%ignore eprosima::test::KeyedCompleteTestType::enum_field (eprosima::test::Color&&);
17871700
17881701
0 commit comments