Select Git revision
BinaryOperatorRegisterForB.hpp
-
Stéphane Del Pino authoredStéphane Del Pino authored
BinaryOperatorRegisterForB.hpp 402 B
#ifndef BINARY_OPERATOR_REGISTER_FOR_B_HPP
#define BINARY_OPERATOR_REGISTER_FOR_B_HPP
class BinaryOperatorRegisterForB
{
private:
void _register_comparisons();
void _register_logical_operators();
void _register_plus();
void _register_minus();
void _register_multiply();
void _register_divide();
public:
BinaryOperatorRegisterForB();
};
#endif // BINARY_OPERATOR_REGISTER_FOR_B_HPP