Skip to content

Commit

Permalink
Update Menstrual_Guide.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirp161 authored Sep 21, 2019
1 parent 55c55e9 commit 695d1df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Menstrual_Guide.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
Author: Mihir K Patel
Purpose: Following is a Header file for the Menstrual_Guide.cpp. This inherits a parent class named Period.h
This contains function protypes. Few of the main prototypes are load_information() which reads the
text containing info, and loads them into a map data member. Then there is, search_arhive(string) which is a
part 2 of the main algorithm that gets a user his search results back. Lastly, we have a friend
function using an overloaded istream& that allows input for data members of this class, and then a
pure virtual overriden ostream << that prints aesthetics of this problem.
This contains function protypes. Few of the main prototypes are load_information() which reads the
text containing info, and loads them into a map data member. Then there is, search_arhive(string) which is a
part 2 of the main algorithm that gets a user his search results back. Lastly, we have a friend
function using an overloaded istream& that allows input for data members of this class, and then a
pure virtual overriden ostream << that prints aesthetics of this problem.
*/
#ifndef DOT_MATE_A_GUIDE_TO_MENSTRUATION_MENSTRUAL_GUIDE
#define DOT_MATE_A_GUIDE_TO_MENSTRUATION_MENSTRUAL_GUIDE
Expand Down Expand Up @@ -41,4 +41,4 @@ class Menstrual_Guide :public Period
virtual std::ostream& print_out(std::ostream& out) const override; /*Overridden ostream virtual function prototype*/
~Menstrual_Guide();
};
#endif // !DOT_MATE_A_GUIDE_TO_MENSTRUATION_MENSTRUAL_GUIDE
#endif // !DOT_MATE_A_GUIDE_TO_MENSTRUATION_MENSTRUAL_GUIDE

0 comments on commit 695d1df

Please sign in to comment.