|
|
@@ -6,7 +6,7 @@
|
|
|
/* By: bchanot <bchanot@gmail.fr> +#+ +:+ +#+ */
|
|
|
/* +#+#+#+#+#+ +#+ */
|
|
|
/* Created: 2025/07/16 16:07:34 by bchanot #+# #+# */
|
|
|
-/* Updated: 2025/07/16 16:14:24 by bchanot ### ########.fr */
|
|
|
+/* Updated: 2025/07/16 16:43:03 by bchanot ### ########.fr */
|
|
|
/* */
|
|
|
/* ************************************************************************** */
|
|
|
|
|
|
@@ -29,4 +29,10 @@ Fixed::~Fixed(void) {
|
|
|
return ;
|
|
|
}
|
|
|
|
|
|
+int getRawBits(void) const {
|
|
|
+ return this->_value;
|
|
|
+}
|
|
|
+
|
|
|
+void setRawBits(int const raw)
|
|
|
|
|
|
+ Fixed &operator=(Fixed const &rhs);
|