Operator << print all Form information
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/02/21 12:11:18 by aortigos #+# #+# */
|
||||
/* Updated: 2026/02/21 12:11:18 by aortigos ### ########.fr */
|
||||
/* Updated: 2026/03/16 10:10:59 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -105,7 +105,9 @@ std::ostream& operator<<(std::ostream &os, const Form &form)
|
||||
isItSigned = " is not signed.";
|
||||
}
|
||||
|
||||
os << form.getName() << isItSigned;
|
||||
os << form.getName() << isItSigned
|
||||
<< "Grade to execute: " << this->gradeToExecute
|
||||
<< "Grade to sign: " << this->gradeToSign;
|
||||
return (os);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user