StringClassUtil.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "RexxCore.h"
#include "StringClass.hpp"
#include "ActivityManager.hpp"
Include dependency graph for StringClassUtil.cpp:

Go to the source code of this file.

Functions

stringsize_t lengthArgument (RexxObject *argument, size_t position)
 
stringsize_t positionArgument (RexxObject *argument, size_t position)
 
codepoint_t padArgument (RexxObject *argument, size_t position)
 
char optionArgument (RexxObject *argument, size_t position)
 

Function Documentation

◆ lengthArgument()

◆ optionArgument()

char optionArgument ( RexxObject argument,
size_t  position 
)

Definition at line 126 of file StringClassUtil.cpp.

References RexxString::getCharB(), and stringArgument().

Referenced by optionalOptionArgument().

◆ padArgument()

codepoint_t padArgument ( RexxObject argument,
size_t  position 
)

◆ positionArgument()