Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototypes file #58

Closed
arsdever opened this issue Nov 7, 2021 · 0 comments · Fixed by #79
Closed

Prototypes file #58

arsdever opened this issue Nov 7, 2021 · 0 comments · Fixed by #79
Assignees
Labels
enhancement New feature or request

Comments

@arsdever
Copy link
Owner

arsdever commented Nov 7, 2021

Create a prototypes file for each one of the projects which will contain the forward declarations of the classes and typedefs of their pointer types in that project.

// <project_name>_prototypes.h
class project_class;
using project_class_ptr = std::shared_ptr<project_class>;
using project_class_wptr = std::weak_ptr<project_class>;
using project_class_uptr = std::unique_ptr<project_class>;
@arsdever arsdever added the enhancement New feature or request label Nov 7, 2021
@arsdever arsdever added this to To do in Main development flow via automation Nov 7, 2021
@arsdever arsdever moved this from To do to In progress in Main development flow Dec 10, 2021
@arsdever arsdever self-assigned this Dec 10, 2021
Main development flow automation moved this from In progress to Done Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant