#include "ycp/YCPBuiltinInteger.h"#include "ycp/YCPInteger.h"#include "ycp/YCPString.h"#include "ycp/YCPFloat.h"#include "ycp/StaticDeclaration.h"#include "y2log.h"Functions | |
| static YCPValue | i_plus (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_minus (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_mult (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_div (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_mod (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_and (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_xor (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_or (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_left (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_right (const YCPInteger &i1, const YCPInteger &i2) |
| static YCPValue | i_neg (const YCPInteger &i1) |
| static YCPValue | i_bnot (const YCPInteger &i1) |
| static YCPValue | i_tointeger (const YCPValue &v) |
Variables | |
| StaticDeclaration | static_declarations |
| static YCPValue i_and | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_bnot | ( | const YCPInteger & | i1 | ) | [static] |
| static YCPValue i_div | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_left | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_minus | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_mod | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_mult | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_neg | ( | const YCPInteger & | i1 | ) | [static] |
| static YCPValue i_or | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_plus | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_right | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
| static YCPValue i_xor | ( | const YCPInteger & | i1, | |
| const YCPInteger & | i2 | |||
| ) | [static] |
1.5.0