YCPBuiltinInteger.cc File Reference

#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

Function Documentation

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_tointeger ( const YCPValue v  )  [static]

static YCPValue i_xor ( const YCPInteger i1,
const YCPInteger i2 
) [static]


Variable Documentation

StaticDeclaration static_declarations


Generated on Tue Nov 6 01:20:21 2007 for yast2-core by  doxygen 1.5.0