nc print person
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
void removeRelation(const unsigned firstId, const unsigned secondId);
|
||||
void removeRelation(const char* firstName, const char* secondName);
|
||||
|
||||
void draw() const;
|
||||
|
||||
void print()const;
|
||||
void printRel(const unsigned id)const; //Prints out close relatives
|
||||
void printMember(const unsigned id)const;
|
||||
|
||||
Reference in New Issue
Block a user