#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"
Go to the source code of this file.
Macros | |
#define | string_forwarder_cpp(method) |
#define | integer_forward(s, m, o) ((s)->numberString()->m(o)) |
#define integer_forward | ( | s, | |
m, | |||
o | |||
) | ((s)->numberString()->m(o)) |
Definition at line 409 of file IntegerClass.cpp.
#define string_forwarder_cpp | ( | method | ) |
Definition at line 80 of file IntegerClass.cpp.