FARGOS/VISTA Object Management Environment Core
..
|
Fundamental ANY type for FARGOS/VISTA Object Management Environment. More...
#include <OMEbaseType.h>
Public Types | |
enum | OMEtype_OutputFlags_t : uint8_t { OUTPUT_TYPENAME = (1 << 0), DISABLE_QUOTE_OUTPUT = (1 << 1), OUTPUT_NEWLINE = (1 << 2) } |
Static Public Member Functions | |
static constexpr const char * | typeName (const unsigned int t) OME_CONST_FUNCTION |
Return text identifying the indicated OME type. More... | |
static constexpr const char * | enumName (const unsigned int t) OME_CONST_FUNCTION |
Return text identifying the OME enum name for the indicated type. More... | |
static OMEtype * | decode (const class OMEstring *data, size_t *offset, const uint32_t version=0) |
Decode an OMEtype previously encoded via encode(). More... | |
Public Attributes | |
union { | |
int32_t i | |
uint32_t ui | |
float f | |
class OMEextendedType * extType | |
class OMEarray * array | |
class OMEarray * arrayPtr | |
class OMEassoc * assoc | |
class OMEoid * oid | |
class OMEset * set | |
class OMEstring * s | |
class OMEfixed * fixed | |
class OMEnlm * nlm | |
OMEtype * pointer | |
} | value |
uint32_t | type |
Private Member Functions | |
void | freeComplexData () |
void | freeData () OME_ALWAYS_INLINE |
void | makeUnique () |
Fundamental ANY type for FARGOS/VISTA Object Management Environment.
enum OMEtype::OMEtype_OutputFlags_t : uint8_t |
|
inline |
|
inline |
default initializer
References OME_NIL.
|
inlineexplicit |
initialize as default value of specific type
References OME_NIL.
|
inlineexplicit |
References OME_INT32.
|
inlineexplicit |
References OME_UINT32.
|
inlineexplicit |
References OME_UINT16.
|
inlineexplicit |
References OME_UINT8.
|
inlineexplicit |
References OME_FLOAT.
|
inlineexplicit |
References OME_UINT64.
|
inlineexplicit |
References OME_INT64.
|
inlineexplicit |
References OME_DOUBLE.
|
inlineexplicit |
from string...
References OME_STRING, and s.
|
inlineexplicit |
take ownership of string...
References OME_STRING, and s.
|
inlineexplicit |
from read-only string
References OME_STRING, and s.
|
static |
Decode an OMEtype previously encoded via encode().
References OMEstring::length(), and ntohl.
Referenced by OMEnlm::decodeNLM().
int OMEtype::encode | ( | class OMEencodeBuffer * | bfr | ) | const |
Add the encoding of an OMEtype into an OMEencodeBuffer.
References OMEencodeBuffer::getEncodeVersion().
Referenced by OMEconnection::encodeData(), encodeData(), and OMEoidStorage::OMEencodeOID().
|
inlinestaticconstexpr |
Return text identifying the OME enum name for the indicated type.
t | specifies the type. |
References _OMEtypeTable.
|
private |
References OME_ARRAY, OME_ASSOC, OME_DOUBLE, OME_FLOAT, OME_INT32, OME_INT64, OME_NIL, OME_NLM, OME_OID, OME_POINTER, OME_SET, OME_STRING, OME_UINT16, OME_UINT32, OME_UINT64, and OME_UINT8.
|
inlineprivate |
References OME_SIMPLE_TYPE, and OMEtypeClass.
|
inline |
References makeUnique(), OME_REFERENCE_TYPE, and OMEtypeClass.
Referenced by makeUnique().
void OMEtype::initializeAsType | ( | const enum OMEtypes_t | t | ) |
The fundamental tagged data type used through the FARGOS/VISTA infrastructure.
class OMEbaseType All FARGOS/VISTA-based applications make extensive use of the high-level facilities provided by the data type OMEtype. It supports a wide variety of fundamental types:
References OME_ANY, OME_ARRAY, OME_ASSOC, OME_DOUBLE, OME_FIXED, OME_FLOAT, OME_INT32, OME_INT64, OME_NIL, OME_NLM, OME_OID, OME_POINTER, OME_SET, OME_STRING, OME_UINT16, OME_UINT32, OME_UINT64, OME_UINT8, and OMEbadTypeOp().
Referenced by addUserToACL(), arrayToSet(), asciiToBase64(), base64ToASCII(), charToString(), compressString(), concatBits(), convertURIescapes(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), createNewOIDthatOnlyAllowsOthers(), createNLM(), decodeData(), decodeFirstElement(), decodeMIMEdata(), decodeMultiPart(), decodeStringAsLength(), decryptMessage(), decryptSessionKey(), dottedAddress(), OMEcallStack::dropThisObjectReference(), encodeData(), encodeLengthAsString(), encryptMessage(), OMEclass::extractInstanceData(), forceToASCII(), freeCipher(), getApplicationVariable(), getFileInfo(), getGatewayObject(), getHostKey(), getKeyForIndex(), getLocalizedData(), getRemoteHostKey(), getSystemInfoAttribute(), gunzipString(), gzipString(), hexToBinary(), initializeCipher(), listDirectory(), listEncodingVersions(), listRegisteredServices(), listRemoteSystems(), lookupAddress(), lookupLocalService(), makeAsString(), makeDefaultACL(), makeOIDwithACL(), makePermitEveryoneACL(), makePublicKeyPair(), makeSessionKey(), MD5hash(), mergeArrays(), midchar(), midstr(), nlmInfo(), OILcreateObject(), OILimportObject(), OMEconvertLocalRelativeTimeToAbsolute(), OMEgetInterfaces(), parseAttributeValuePairs(), parseHTTPformData(), parseHTTPuriData(), parseMIMEblock(), parseMIMEheaderLines(), parsePathComponents(), parseStringIntoSSIelements(), parseXML(), parseXMLusingParser(), pathComponentsToString(), relativePathToAbsolute(), safeURI(), setToArray(), SHA1hash(), SHA256hash(), sortArray(), stringToArrayOfTokens(), subscriptsInOrder(), substituteEnvironmentVariables(), substituteText(), tokenizeString(), and uncompressString().
|
private |
|
inlineexplicit |
References OME_STRING.
bool OMEtype::operator!= | ( | const char * | arg | ) | const |
References OME_POINTER, and OME_STRING.
|
inline |
References OME_STRING, and s.
|
inline |
References OME_STRING.
|
inline |
References OME_DOUBLE.
|
inline |
References OME_FLOAT.
|
inline |
References OME_INT32.
|
inline |
References OME_INT32.
|
inline |
References OME_INT64.
|
inline |
References OME_ARRAY.
|
inline |
References OME_ASSOC.
|
inline |
References OME_FIXED.
|
inline |
References _OMEfixedConstant::d, and OME_FIXED.
|
inline |
References OME_NLM, and OMEnlm::OMEnlm().
|
inline |
References OME_OID.
|
inline |
|
inline |
References OME_STRING, and s.
References OME_ARRAY, OME_ASSOC, OME_DOUBLE, OME_FIXED, OME_FLOAT, OME_INT32, OME_INT64, OME_NIL, OME_NLM, OME_OID, OME_POINTER, OME_SET, OME_STRING, OME_UINT16, OME_UINT32, OME_UINT64, OME_UINT8, and OMEbadTypeOp().
|
inline |
References OME_UINT16.
|
inline |
References OME_UINT32.
|
inline |
References OME_UINT64.
|
inline |
References OME_STRING.
|
inline |
References OME_ARRAY.
|
inline |
References OME_ASSOC.
|
inline |
References OME_FIXED.
|
inline |
References OME_NLM.
|
inline |
References OME_OID.
|
inline |
|
inline |
References OME_STRING, and s.
|
inline |
References OME_STRING, and s.
bool OMEtype::operator== | ( | const char * | arg | ) | const |
References OME_POINTER, and OME_STRING.
|
inline |
References OMEstringInROM, and s.
|
inline |
References s.
|
inline |
|
inline |
|
inline |
|
inline |
References makeUnique(), OME_ASSOC, OME_POINTER, OMEbadType(), and stderr.
READ_ONLY_OMEtype OMEtype::operator[] | ( | const OMEstring & | key | ) | const |
References OME_ASSOC, OME_POINTER, OMEbadType(), and stderr.
References OME_INT32, OME_INT64, OME_POINTER, OME_STRING, OME_UINT32, OME_UINT64, OMEbadType(), pointer, stderr, and value.
READ_ONLY_OMEtype OMEtype::operator[] | ( | const OMEtype & | key | ) | const |
References OME_INT32, OME_INT64, OME_POINTER, OME_STRING, OME_UINT32, OME_UINT64, OMEbadType(), pointer, stderr, and value.
|
inline |
|
inline |
OMEtype & OMEtype::operator[] | ( | const uint64_t | subscript | ) |
Normal, updateable subscript reference to an array using integer subscripts.
If multiple references to the array exist, a copy-on-write operation will be triggered to ensure subsequent modifications take place upon a unique copy. If the requested array element does not exist, a new array element will be created at the indicated subscript with an initial value of nil.
References makeUnique(), OME_ARRAY, OME_ASSOC, OME_POINTER, OMEbadType(), and stderr.
READ_ONLY_OMEtype OMEtype::operator[] | ( | const uint64_t | subscript | ) | const |
Read only subscripting using integer subscripts.
If the requested array element does not exist, \b nil will be returned. In no instance will the array be modified. For performance, this method should always be used when read-only access is intended.
References OME_ARRAY, OME_ASSOC, OME_EXPECT_TRUE, OME_NLM, OME_POINTER, OMEbadType(), and stderr.
|
inline |
Referenced by typeAsText().
|
inlinestaticconstexpr |
Return text identifying the indicated OME type.
t | specifies the type. |
References _OMEtypeTable.
class OMEarray* OMEtype::array |
Referenced by arrayToSet(), createNewOIDthatOnlyAllowsOthers(), createNLM(), deleteIndex(), elementCount(), indexExists(), isEmpty(), listEncodingVersions(), mergeArrays(), nextIndex(), nlmInfo(), OILcreateObject(), pathComponentsToString(), priorIndex(), relativePathToAbsolute(), OMEthread::sendMessage(), subscriptsInOrder(), and substituteText().
class OMEarray* OMEtype::arrayPtr |
Referenced by operator!=(), and operator==().
class OMEassoc* OMEtype::assoc |
Referenced by addUserToACL(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), debugDisplay(), deleteIndex(), display(), elementCount(), expandSSIvars(), getApplicationVariable(), getKeyForIndex(), indexExists(), isEmpty(), logOutput(), makeOIDwithACL(), mergeArrays(), nextIndex(), OILcreateObject(), OMEconvertAbsoluteToLocalRelativeTime(), OMEoidStorage::OMEdecodeOID(), OMEiso8601Date(), OMErfc1123Date(), operator!=(), operator==(), priorIndex(), sortArray(), subscriptsInOrder(), and substituteText().
class OMEextendedType* OMEtype::extType |
float OMEtype::f |
Referenced by absoluteValue(), arcCosine(), arcSine(), arcTangent(), arcTangent2(), ceiling(), cosine(), decodeVersion1(), exponential(), floor(), hyperbolicCosine(), hyperbolicSine(), hyperbolicTangent(), logarithm(), logarithm10(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), power(), sine(), squareRoot(), stringToNumber(), and tangent().
class OMEfixed* OMEtype::fixed |
Referenced by operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
int32_t OMEtype::i |
Referenced by absoluteValue(), arcCosine(), arcSine(), arcTangent(), arcTangent2(), asciiToBase64(), ceiling(), charToString(), compareStrings(), concatBits(), convertCase(), convertLocalRelativeTimeToAbsolute(), cosine(), decryptMessage(), encryptMessage(), exponential(), floor(), freeCipher(), hyperbolicCosine(), hyperbolicSine(), hyperbolicTangent(), OMEobjectInstance::importObject(), initializeCipher(), listRegisteredServices(), logarithm(), logarithm10(), makeRandomKey(), mergeBits(), OMEaddDestinationRoute(), OMEdefaultInstanceCreate(), operator!=(), operator%(), operator%=(), operator&(), operator&=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), operator^(), operator^=(), operator|(), operator|=(), orderSubscripts(), parseAttributeValuePairs(), parseHTTPformData(), parseXMLusingParser(), pathComponentsToString(), power(), precomputedCosine(), precomputedSine(), setDebugMask(), sine(), sortArray(), squareRoot(), stringToNumber(), substituteText(), tangent(), and tokenizeString().
class OMEnlm* OMEtype::nlm |
Referenced by elementCount(), isEmpty(), nlmInfo(), operator!=(), and operator==().
class OMEoid* OMEtype::oid |
Referenced by addRoute(), createNewOIDthatOnlyAllowsOthers(), decodeVersion1(), OMEthreadNativeOIL2::executeSlice(), getGatewayObject(), OMEthread::getThisOID(), OMEobjectInstance::importObject(), oidIsExternal(), OILcreateObject(), OILsetExternalMetaObject(), operator!=(), operator==(), removeRoute(), OMEthread::returnReply(), OMEthread::sendMessage(), OMEthread::sendMessageAndWait(), OMEthread::sendMessageWithSetArgument(), and OMEclass::setMetaObject().
OMEtype* OMEtype::pointer |
Referenced by operator!=(), operator%(), operator%=(), operator&(), operator&=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), operator[](), operator^(), operator^=(), operator|(), and operator|=().
class OMEstring* OMEtype::s |
Referenced by addUserToACL(), allow(), alwaysAllow(), asciiToBase64(), base64ToASCII(), becomeUser(), calculateStringLength(), compareStrings(), compressString(), concatBits(), convertCase(), convertURIescapes(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), createNewOIDthatOnlyAllowsOthers(), createNLM(), decodeData(), decodeFirstElement(), decodeMIMEdata(), decodeMultiPart(), OMEnlm::decodeNLM(), decodeStringAsLength(), decodeVersion1(), decryptMessage(), decryptSessionKey(), deleteIndex(), displayVisible(), encodeLengthAsString(), encryptMessage(), expandSSIvars(), findLastSubstring(), findLastSubstringBefore(), OMEnlmCatalog::findMessage(), findSubstring(), findSubstringAfter(), forceToASCII(), getApplicationVariable(), getFileInfo(), getHostKey(), getLocalizedData(), getRemoteHostKey(), getSystemInfoAttribute(), OMEthread::getUserName(), gunzipString(), gzipString(), hexToBinary(), OMEobjectInstance::importObject(), indexExists(), initializeCipher(), length(), listDirectory(), lookupAddress(), makeAsString(), makeDirectory(), makePublicKeyPair(), makeSessionKey(), makeUnique(), MD5hash(), midchar(), midstr(), OILcreateObject(), OILimportObject(), OILsetClassMetaObject(), OILsetExternalMetaObject(), OMEaddDestinationRoute(), OMEconnection::OMEconnection(), OMEconvertRFC1123date(), OMEconvertToStorageDescription(), OMEfindFileInDirectory(), OMEload(), OMEloadOIL2(), OMEsetNameSpaceSearchList(), openURL(), operator!=(), operator+(), operator+=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), parseAttributeValuePairs(), parseHTTPformData(), parseHTTPuriData(), parseMIMEblock(), parseMIMEheaderLines(), parsePathComponents(), parseStringIntoSSIelements(), relativePathToAbsolute(), removeDirectory(), renameFile(), reverseString(), safeURI(), SHA1hash(), SHA256hash(), skipAndOutputSetToStreamAsHex(), stringToNumber(), stripHTML(), substituteEnvironmentVariables(), substituteText(), tokenizeString(), uncompressString(), and unlinkFile().
class OMEset* OMEtype::set |
Referenced by calculateStringLength(), OMEthread::callMethodWithSetArgument(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), createNewOIDthatOnlyAllowsOthers(), debugDisplay(), debugDisplayAsHex(), elementCount(), execProcess(), indexExists(), isEmpty(), logOutput(), makeAsString(), mergeArrays(), OILnextIterator(), operator!=(), operator&=(), operator+(), operator+=(), operator-(), operator-=(), operator==(), operator|=(), OMEthread::sendMessageWithSetArgument(), setToArray(), skipAndOutputSetToStream(), and skipAndOutputSetToStreamAsHex().
uint32_t OMEtype::type |
Referenced by absoluteValue(), acceptConnection(), addRoute(), addUserToACL(), allow(), alwaysAllow(), arcCosine(), arcSine(), arcTangent(), arcTangent2(), arrayToSet(), asciiToBase64(), base64ToASCII(), becomeUser(), calculateStringLength(), OMEthread::callMethodWithSetArgument(), ceiling(), charToString(), closeIO(), compareStrings(), compressString(), concatBits(), connectToDatabase(), convertCase(), convertURIescapes(), cosine(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), createNewOIDthatOnlyAllowsOthers(), createNLM(), debugDisplay(), debugDisplayAsHex(), decodeData(), decodeFirstElement(), decodeMIMEdata(), decodeMultiPart(), decodeStringAsLength(), decodeVersion1(), decryptMessage(), decryptSessionKey(), deleteIndex(), display(), displayVisible(), dottedAddress(), OMEcallStack::dropThisObjectReference(), elementCount(), encodeData(), encodeLengthAsString(), encryptMessage(), exactTypeOf(), expandSSIvars(), exponential(), findLastSubstring(), findLastSubstringBefore(), OMEnlmCatalog::findMessage(), findSubstring(), findSubstringAfter(), floor(), forceToASCII(), freeCipher(), freeXMLparser(), getApplicationVariable(), getErrorStatus(), getFileInfo(), getGatewayObject(), getIOhandle(), getKeyForIndex(), getLocalAddress(), getLocalizedData(), getPeerAddress(), getRandomInteger(), getSystemInfoAttribute(), OMEthread::getUserName(), gunzipString(), gzipString(), hexToBinary(), highBit(), hyperbolicCosine(), hyperbolicSine(), hyperbolicTangent(), OMEclass::importInstanceData(), OMEobjectInstance::importObject(), indexExists(), initializeCipher(), OMEapi::invokeMethod(), isEmpty(), length(), listDirectory(), listRegisteredServices(), logarithm(), logarithm10(), logOutput(), lookupAddress(), lookupLocalService(), lowBit(), makeAsString(), makeDirectory(), makeOIDwithACL(), makePublicKeyPair(), makeRandomKey(), makeSessionKey(), makeUnique(), MD5hash(), mergeArrays(), mergeBits(), midchar(), midstr(), OMEconnection::negotiateKey(), nextIndex(), nlmInfo(), oidIsExternal(), OILcreateObject(), OILimportObject(), OILnextIterator(), OILsetClassMetaObject(), OILsetExternalMetaObject(), OMEaddDestinationRoute(), OMEconnection::OMEconnection(), OMEconvertAbsoluteToLocalRelativeTime(), OMEconvertRFC1123date(), OMEoidStorage::OMEdecodeOID(), OMEfindFileInDirectory(), OMEiso8601Date(), OMEload(), OMEloadOIL2(), OMErfc1123Date(), OMEsetNameSpaceSearchList(), openURL(), operator!=(), operator%(), operator%=(), operator&(), operator&=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), operator^(), operator^=(), operator|(), operator|=(), parseAttributeValuePairs(), parseHTTPformData(), parseHTTPuriData(), parseMIMEblock(), parsePathComponents(), parseStringIntoSSIelements(), parseXML(), parseXMLusingParser(), pathComponentsToString(), power(), priorIndex(), readBytes(), receiveDatagram(), registerService(), relativePathToAbsolute(), releaseSNMPsession(), removeDirectory(), removeRoute(), renameFile(), OMEthread::returnReply(), reverseString(), safeURI(), seekToOffset(), selectForRead(), selectForWrite(), sendDatagram(), OMEthread::sendMessage(), OMEthread::sendMessageAndWait(), OMEthread::sendMessageWithSetArgument(), OMEclass::setMetaObject(), setToArray(), SHA1hash(), SHA256hash(), sine(), skipAndOutputSetToStream(), skipAndOutputSetToStreamAsHex(), sleepForSeconds(), sortArray(), squareRoot(), stringToNumber(), stripHTML(), subscriptsInOrder(), substituteEnvironmentVariables(), substituteText(), tangent(), tokenizeString(), typeAsText(), typeOf(), uncompressString(), unlinkFile(), unregisterService(), OMEcallStack::validReferenceToObject(), writeBytes(), and writeVectorOfBytes().
uint32_t OMEtype::ui |
Referenced by addRoute(), concatBits(), convertLocalRelativeTimeToAbsolute(), debugDisplay(), debugDisplayAsHex(), decodeStringAsLength(), decodeVersion1(), dottedAddress(), encodeData(), freeXMLparser(), getRandomInteger(), highBit(), logOutput(), lowBit(), mergeBits(), OILimportObject(), OILsetClassMetaObject(), OMEconvertToStorageDescription(), OMEoil2Interpreter(), operator!=(), operator%(), operator%=(), operator&(), operator&=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), operator^(), operator^=(), operator|(), operator|=(), parseXMLusingParser(), releaseSNMPsession(), setDebugMask(), skipAndOutputSetToStreamAsHex(), sleepForSeconds(), and stringToNumber().
union { ... } OMEtype::value |
Referenced by absoluteValue(), addRoute(), addUserToACL(), allow(), alwaysAllow(), arcCosine(), arcSine(), arcTangent(), arcTangent2(), arrayToSet(), asciiToBase64(), base64ToASCII(), becomeUser(), calculateStringLength(), OMEthread::callMethodWithSetArgument(), ceiling(), charToString(), compareStrings(), compressString(), concatBits(), convertCase(), convertLocalRelativeTimeToAbsolute(), convertURIescapes(), cosine(), createACLthatAllowsOthers(), createACLthatDisallowsOthers(), createNewOIDthatOnlyAllowsOthers(), createNLM(), debugDisplay(), debugDisplayAsHex(), decodeData(), decodeFirstElement(), decodeMIMEdata(), decodeMultiPart(), OMEnlm::decodeNLM(), decodeStringAsLength(), decodeVersion1(), decryptMessage(), decryptSessionKey(), deleteIndex(), display(), displayVisible(), dottedAddress(), elementCount(), encodeData(), encodeLengthAsString(), encryptMessage(), execProcess(), OMEthreadNativeOIL2::executeSlice(), expandSSIvars(), exponential(), findLastSubstring(), findLastSubstringBefore(), OMEnlmCatalog::findMessage(), findSubstring(), findSubstringAfter(), floor(), forceToASCII(), freeXMLparser(), getApplicationVariable(), getFileInfo(), getGatewayObject(), getHostKey(), getKeyForIndex(), getLocalizedData(), getRandomInteger(), getRemoteHostKey(), getSystemInfoAttribute(), OMEthread::getThisOID(), OMEthread::getUserName(), gunzipString(), gzipString(), hexToBinary(), highBit(), hyperbolicCosine(), hyperbolicSine(), hyperbolicTangent(), OMEobjectInstance::importObject(), indexExists(), initializeCipher(), isEmpty(), length(), listDirectory(), listEncodingVersions(), listRegisteredServices(), logarithm(), logarithm10(), logOutput(), lookupAddress(), lowBit(), makeAsString(), makeDirectory(), makeOIDwithACL(), makePublicKeyPair(), makeRandomKey(), makeSessionKey(), makeUnique(), MD5hash(), mergeArrays(), mergeBits(), midchar(), midstr(), nextIndex(), nlmInfo(), oidIsExternal(), OILcreateObject(), OILimportObject(), OILnextIterator(), OILsetClassMetaObject(), OILsetExternalMetaObject(), OMEaddDestinationRoute(), OMEconnection::OMEconnection(), OMEconvertAbsoluteToLocalRelativeTime(), OMEconvertRFC1123date(), OMEconvertToStorageDescription(), OMEoidStorage::OMEdecodeOID(), OMEdefaultInstanceCreate(), OMEfindFileInDirectory(), OMEiso8601Date(), OMEload(), OMEloadOIL2(), OMEoil2Interpreter(), OMErfc1123Date(), OMEsetNameSpaceSearchList(), openURL(), operator!=(), operator%(), operator%=(), operator&(), operator&=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), OMEassocStorage::operator[](), operator[](), operator^(), operator^=(), operator|(), operator|=(), orderSubscripts(), parseAttributeValuePairs(), parseHTTPformData(), parseHTTPuriData(), parseMIMEblock(), parseMIMEheaderLines(), parsePathComponents(), parseStringIntoSSIelements(), parseXMLusingParser(), pathComponentsToString(), power(), precomputedCosine(), precomputedSine(), priorIndex(), relativePathToAbsolute(), releaseSNMPsession(), removeDirectory(), removeRoute(), renameFile(), OMEthread::returnReply(), reverseString(), safeURI(), OMEthread::sendMessage(), OMEthread::sendMessageAndWait(), OMEthread::sendMessageWithSetArgument(), setDebugMask(), OMEclass::setMetaObject(), setToArray(), SHA1hash(), SHA256hash(), sine(), skipAndOutputSetToStream(), skipAndOutputSetToStreamAsHex(), sleepForSeconds(), sortArray(), squareRoot(), stringToNumber(), stripHTML(), subscriptsInOrder(), substituteEnvironmentVariables(), substituteText(), tangent(), tokenizeString(), uncompressString(), and unlinkFile().
![]() | Generated: Tue Jul 28 2020 16:03:27
Support Information |