Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Functions files #28

Closed
wants to merge 6 commits into from
Closed

Functions files #28

wants to merge 6 commits into from

Conversation

DuarteSAssuncao
Copy link
Collaborator

@DuarteSAssuncao DuarteSAssuncao commented Oct 26, 2023

Still in draft!

  • static bool students_with_n_ucs(int n, std::vector<StudentsClasses*> &results);

  • static bool class_ocupance(uint16_t uc_code, std::vector<class_ocupance_struct> &results);

  • static bool schedule_of_student(uint32_t student_code, std::vector<Class*> &results);

  • static bool classes_of_student(uint32_t student_code, std::vector<uint16_t> &results);

  • static bool students_of_class(uint16_t class_code, std::vector<StudentsClasses *> &results);

  • static bool students_of_uc(uint16_t uc_code, std::vector<StudentsClasses*> &results);

  • static bool classes_of_uc(uint16_t uc_code, std::vector<Class*> &results);

@jvdcf jvdcf linked an issue Oct 26, 2023 that may be closed by this pull request
@jvdcf jvdcf added the Draft Ainda em desenvolvimento label Oct 28, 2023
@jvdcf jvdcf deleted the Functions branch November 2, 2023 11:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Draft Ainda em desenvolvimento
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perform several listings of the data
2 participants