IntegerClass.cpp File Reference
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "RexxCore.h"
#include "StringClass.hpp"
#include "ArrayClass.hpp"
#include "RexxActivation.hpp"
#include "RexxActivity.hpp"
#include "Numerics.hpp"
#include "RexxCompoundTail.hpp"
#include "DirectoryClass.hpp"
Include dependency graph for IntegerClass.cpp:

Go to the source code of this file.

Macros

#define string_forwarder_cpp(method)
 
#define integer_forward(s, m, o)   ((s)->numberString()->m(o))
 

Macro Definition Documentation

◆ integer_forward

#define integer_forward (   s,
  m,
 
)    ((s)->numberString()->m(o))

Definition at line 409 of file IntegerClass.cpp.

◆ string_forwarder_cpp

#define string_forwarder_cpp (   method)
Value:
RexxObject *RexxInteger::##method(RexxObject *operand)\
{\
return (RexxObject *)this->string()->method(operand);\
}

Definition at line 80 of file IntegerClass.cpp.