FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OILtypeFuncs.cpp File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <OMEruntime.h>

Macros

#define ARG_IS_INT(x)   OME_TypeCheck::isInteger(x)
 
#define ARG_IS_INT32(x)   OME_TypeCheck::isHeldBy32BitInteger(x)
 

Functions

int length (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int midstr (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &start, const OMEtype &len)
 
int midchar (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &start)
 
int charToString (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int reverseString (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int forceToASCII (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int typeOf (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int exactTypeOf (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int typeAsText (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int elementCount (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int isEmpty (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int findSubstring (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring)
 
int findSubstringAfter (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset)
 
int findLastSubstring (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring)
 
int findLastSubstringBefore (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset)
 
int tokenizeString (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &delimString, const OMEtype &convFlag)
 
int stringToNumber (OMEthread *thread, OMEtype &result, const OMEtype &str, const OMEtype &desiredType)
 
int indexExists (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript)
 
int nextIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript)
 
int priorIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript)
 
int getKeyForIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript)
 
int deleteIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript)
 
int mergeArrays (OMEthread *thread, OMEtype &result, const OMEtype &args)
 
int encodeLengthAsString (OMEthread *thread, OMEtype &result, const OMEtype &len)
 
int decodeStringAsLength (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int arrayToSet (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int setToArray (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int getApplicationVariable (OMEthread *thread, OMEtype &result, const OMEtype &varName, const OMEtype &extraVars)
 
int getEnvironmentVariable (OMEthread *thread, OMEtype &result, const OMEtype &varName)
 
int substituteText (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &replacements)
 
int substituteEnvironmentVariables (OMEthread *thread, OMEtype &result, const OMEtype &line, const OMEtype &extraVariables)
 
int orderSubscripts (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode)
 
int sortArray (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode)
 
int convertCase (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &toLower)
 
int compareStrings (OMEthread *thread, OMEtype &result, const OMEtype &str1, const OMEtype &str2, const OMEtype &fuzzyCompare)
 
int createNLM (OMEthread *thread, OMEtype &result, const OMEtype &catName, const OMEtype &messID, const OMEtype &defaultMess, const OMEtype &args, const OMEtype &extras)
 
int nlmInfo (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 

Macro Definition Documentation

◆ ARG_IS_INT

#define ARG_IS_INT (   x)    OME_TypeCheck::isInteger(x)

◆ ARG_IS_INT32

#define ARG_IS_INT32 (   x)    OME_TypeCheck::isHeldBy32BitInteger(x)

Function Documentation

◆ findLastSubstring()

int findLastSubstring ( OMEthread thread,
OMEtype result,
const OMEtype source,
const OMEtype substring 
)

◆ findLastSubstringBefore()

int findLastSubstringBefore ( OMEthread thread,
OMEtype result,
const OMEtype source,
const OMEtype substring,
const OMEtype offset 
)

◆ findSubstring()

int findSubstring ( OMEthread thread,
OMEtype result,
const OMEtype source,
const OMEtype substring 
)

◆ findSubstringAfter()

int findSubstringAfter ( OMEthread thread,
OMEtype result,
const OMEtype source,
const OMEtype substring,
const OMEtype offset 
)

◆ isEmpty()

◆ typeAsText()

int typeAsText ( OMEthread thread,
OMEtype result,
const OMEtype arg 
)
Generated: Tue Jul 28 2020 16:03:26
Support Information