Project

General

Profile

Actions

Improvements #13491

closed

Add more raw pointer returns from addX functions

Added by Matthias Van Ceulebroeck 18 days ago. Updated 4 days ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/04/2025
Due date:
% Done:

100%

Estimated time:

Description

In several cases there exist functions where we pass a std::unique_ptr to the function, and where it would be convenient to return the underlying raw pointer.
That way, developers can immediately start performing operations on the passed argument, without having to first manually retrieve the pointer (using std::unique_ptr::get()).

Actions #1

Updated by Matthias Van Ceulebroeck 18 days ago

  • Status changed from InProgress to Review
  • Assignee changed from Koen Deforche to Matthias Van Ceulebroeck
Actions #2

Updated by Matthias Van Ceulebroeck 10 days ago

  • Assignee deleted (Matthias Van Ceulebroeck)
Actions #3

Updated by Matthias Van Ceulebroeck 6 days ago

  • Assignee set to Matthias Van Ceulebroeck
  • % Done changed from 0 to 100
Actions #4

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Review to Implemented @Emweb
Actions #5

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Implemented @Emweb to Implemented @Test
Actions #6

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Implemented @Test to Closed
Actions

Also available in: Atom PDF