Skip to content

Commit

Permalink
add references from MutableObject to Object
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Aug 23, 2023
1 parent 0811959 commit 8506bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/templates/MutableObject.h.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Mutable{{ class.bare_type }} {
friend class {{ class.bare_type }};

public:
using object_type = {{ class.bare_type }};
using collection_type = {{ class.bare_type }}Collection;

{{ macros.constructors_destructors(class.bare_type, Members, prefix='Mutable') }}
/// conversion to const object
Expand Down

0 comments on commit 8506bc5

Please sign in to comment.