Procedures

ProcedureLocationProcedure TypeDescription
add FTLinkedListClass Subroutine
addDoublePrecisionValueForKey FTValueDictionaryClass Subroutine
addIntegerValueForKey FTValueDictionaryClass Subroutine
addLogicalValueForKey FTValueDictionaryClass Subroutine
addObjectForKey FTDictionaryClass Subroutine
addObjectsFromList FTLinkedListClass Subroutine
addObjectToArray FTMutableObjectArrayClass Subroutine

Add an object to the end of the array

Read more…
addObjectToMultiIndexTableForKeys FTMultiIndexTableClass Subroutine
addObjectToSparseMatrixForKeys FTSparseMatrixClass Subroutine
addQuadValueForKey FTValueDictionaryClass Subroutine
addRealValueForKey FTValueDictionaryClass Subroutine
AddString FTStringSetClass Subroutine

AddString adds a string to the set if it is not already present

Read more…
addStringValueForKey FTValueDictionaryClass Subroutine
AllKeys FTDictionaryClass Function
allLinkedListObjects FTLinkedListClass Function
AllObjects FTDictionaryClass Function
allocatedSize FTMutableObjectArrayClass Function
arrayClassName FTMutableObjectArrayClass Function

Class name returns a string with the name of the type of the object

Read more…
assertWithinToleranceTwoQuad FTAssertions Subroutine
b3hs_hash_key_jenkins HashModule Function
cast FTMutableObjectArrayClass Interface
cast FTDictionaryClass Interface
cast FTLinkedListClass Interface
cast FTValueClass Interface
cast FTMultiIndexTableData Interface
cast FTSparseMatrixData Interface
cast FTExceptionClass Interface
castDictionaryToValueDictionary FTValueDictionaryClass Subroutine
castObjectToLinkedList FTLinkedListClass Subroutine
castObjectToMatrixData FTSparseMatrixData Subroutine
castObjectToMultiIndexMatrixData FTMultiIndexTableData Subroutine
castObjectToValueDictionary FTValueDictionaryClass Subroutine
castToDictionary FTDictionaryClass Subroutine
castToException FTExceptionClass Subroutine

Cast the base class FTObject to the FTException class

castToMutableObjectArray FTMutableObjectArrayClass Subroutine
castToValue FTValueClass Subroutine

Generic Name: cast

Read more…
catch SharedExceptionManagerModule Interface
chunkSize FTMutableObjectArrayClass Function

Returns the number of items to be added when the array needs to be re-sized

Read more…
className FTObjectClass Function

Class name returns a string with the name of the type of the object

Read more…
containsKey FTDictionaryClass Function
containsString FTStringSetClass Function

containsString returns .TRUE. if the set contains the string, .FALSE. otherwise.

Read more…
COUNT FTDictionaryClass Function
dataClassName FTDataClass Function

Class name returns a string with the name of the type of the object

Read more…
dataFromObject FTDataClass Function
dataIsOfType FTDataClass Function
destructData FTDataClass Subroutine
destructException FTExceptionClass Subroutine

The destructor for the class. Do not call this directly. Call the release() procedure instead

destructFTDictionary FTDictionaryClass Subroutine
destructFTExceptions SharedExceptionManagerModule Subroutine

Called at the end of execution. This procedure will announce if there are uncaught exceptions raised and print them.

destructFTKeyObjectPair FTKeyObjectPairClass Subroutine
destructFTLinkedList FTLinkedListClass Subroutine

It is automatically called by release().

destructFTLinkedListRecord FTLinkedListRecordClass Subroutine
destructFTObject FTObjectClass Subroutine

Generic Name: destruct()

Read more…
destructFTStringSet FTStringSetClass Subroutine

Destructor for the class. This is called automatically when the reference count reaches zero. Do not call this yourself on pointers

destructIterator FTLinkedListIteratorClass Subroutine
destructMatrixData FTSparseMatrixData Subroutine
destructMultiIndexMatrixData FTMultiIndexTableData Subroutine
destructMultiIndexTable FTMultiIndexTableClass Subroutine
destructObjectArray FTMutableObjectArrayClass Subroutine

Destructor for the class. This is called automatically when the reference count reaches zero. Do not call this yourself.

destructSparseMatrix FTSparseMatrixClass Subroutine
destructValue FTValueClass Subroutine

Public, generic name: destruct()

Read more…
detachSharedAssertionsManager FTAssertions Subroutine
dictionaryClassName FTDictionaryClass Function

Class name returns a string with the name of the type of the object

Read more…
dictionaryFromObject FTDictionaryClass Function
doublePrecisionValue FTValueClass Function

Get the double precision value stored in the object, or convert the value in the object to a double precision if it is of a different type.

doublePrecisionValueForKey FTValueDictionaryClass Function
errorCount SharedExceptionManagerModule Function

Returns the number of exceptions that have been thrown.

errorObject SharedExceptionManagerModule Function

Returns a pointer to the current exception.

exceptionClassName FTExceptionClass Function

Class name returns a string with the name of the type of the object

Read more…
exceptionFromObject FTExceptionClass Function
exceptionName FTExceptionClass Function

Returns the string representing the name set for the exception.

finalizeSharedAssertionsManager FTAssertions Subroutine
FTAssert FTAssertions Subroutine
FTAssertEqual FTAssertions Interface
FTDictionaryDescription FTDictionaryClass Function
FTKeyObjectPairDescription FTKeyObjectPairClass Function
FTLinkedListCurrentRecord FTLinkedListIteratorClass Function
FTLinkedListDescription FTLinkedListClass Function
FTLinkedListIsAtEnd FTLinkedListIteratorClass Function
FTLinkedListObject FTLinkedListIteratorClass Function
FTObjectDescription FTObjectClass Function

Returns a character string of length DESCRIPTION_CHARACTER_LENGTH that represents the object. the base class implementation returns an empty string. Note that if the description is too long, the expected string will be truncated. In general, one wants to use printDescription.

FTStringSetClassName FTStringSetClass Function

Class name returns a string with the name of the type of the object

Read more…
FTStringSetFromObject FTStringSetClass Function

Generic Name: cast

Read more…
FTValueDescription FTValueClass Function

Returns the description of the value. In this case, it returns the stringValue() of the object.

Hash1 FTSparseMatrixClass Function
Hash2 FTSparseMatrixClass Function
infoDictionary FTExceptionClass Function

Returns the exception's infoDictionary. Does not transfer ownership/reference count is unchanged.

init FTDictionaryClass Subroutine
initAssertionFailureException FTExceptionClass Subroutine

A convenience initializer for an assertion error that includes the keys:

Read more…
initEmpty FTLinkedListIteratorClass Subroutine
initFatalException FTExceptionClass Subroutine

A convenience initializer for a fatal error that includes the key "message" in the infoDictionary.Use this initializer as an example of how to write one's own exception.

initFTException FTExceptionClass Subroutine

The main initializer for the class

initFTLinkedList FTLinkedListClass Subroutine
initFTObject FTObjectClass Subroutine

Generic Name: init()

Read more…
initFTStack FTStackClass Subroutine

Public, generic name: init()

Read more…
initFTStringSet FTStringSetClass Subroutine

Designated initializer. Initializes the amount of storage, but the FTStringSet remains empty.

Read more…
initializeFTExceptions SharedExceptionManagerModule Subroutine

Called at start of execution. Will be called automatically if an exception is thrown.

initializeSharedAssertionsManager FTAssertions Subroutine
initMultiIndexTableWithSize FTMultiIndexTableClass Subroutine
initObjectArrayWithSize FTMutableObjectArrayClass Subroutine

Designated initializer. Initializes the amount of storage, but the array remains empty.

Read more…
initSparseMatrixWithSize FTSparseMatrixClass Subroutine
initWarningException FTExceptionClass Subroutine

A convenience initializer for a warning error that includes the key "message" in the infoDictionary. Use this initializer as an example of how to write one's own exception.

initWithDataOfType FTDataClass Subroutine
initWithDoublePrecision FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithFTLinkedList FTLinkedListIteratorClass Subroutine
initWithInteger FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithLogical FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithObject FTLinkedListRecordClass Subroutine
initWithObjectAndKey FTKeyObjectPairClass Subroutine
initWithObjectAndKey FTSparseMatrixData Subroutine
initWithObjectAndKeys FTMultiIndexTableData Subroutine
initWithQuad FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithReal FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithSize FTDictionaryClass Subroutine
initWithString FTValueClass Subroutine

Public, generic name: initwithValue()

Read more…
initWithStrings FTStringSetClass Subroutine

initializer. Initializes the amount of storage from the strings passed Usage CLASS(FTStringSet) :: FTStringSet CHARACTER(LEN=) :: strings(:) CALL FTStringSet % initWithStrings(strings)

insertObjectAfterObject FTLinkedListClass Subroutine
insertObjectAfterRecord FTLinkedListClass Subroutine
integerValue FTValueClass Function

Get the integer value stored in the object, or convert the value in the object to an integer if it is of a different type.

integerValueForKey FTValueDictionaryClass Function
intersectionWithSet FTStringSetClass Function

intersectionWithSet returns a pointer to a new set that is the intersection of two sets. the new set has reference count of 1. Release when done.

Read more…
isCircular FTLinkedListClass Function
isEmpty FTStringSetClass Function
isEqual ComparisonsModule Interface
isFalse ComparisonsModule Function
isTrue ComparisonsModule Function
isUnreferenced FTObjectClass Function

Owners of objects should call isUnreferenced after releasing a pointer object. If true, the object should be deallocated and then set to point to NULL()

Read more…
key FTKeyObjectPairClass Function
keysMatch FTMultiIndexTableClass Function
linkedListClassName FTLinkedListClass Function

Class name returns a string with the name of the type of the object

Read more…
linkedListFromObject FTLinkedListClass Function
linkedListIteratorClassName FTLinkedListIteratorClass Function

Class name returns a string with the name of the type of the object

Read more…
llRecordClassName FTLinkedListRecordClass Function

Class name returns a string with the name of the type of the object

Read more…
logicalValue FTValueClass Function

Get the logical value stored in the object, or convert the value in the object to a logical if it is of a different type.

logicalValueForKey FTValueDictionaryClass Function
makeCircular FTLinkedListClass Subroutine
matrixDataCast FTSparseMatrixData Function
maximumErrorSeverity SharedExceptionManagerModule Function

Returns the maxSeverity of exceptions that have been thrown.

moveToNext FTLinkedListIteratorClass Subroutine
MultiIndexMatrixDataCast FTMultiIndexTableData Function
MultiIndexTableContainsKeys FTMultiIndexTableClass Function
MultiIndexTableFromObject FTMultiIndexTableClass Function
MultiIndexTableSize FTMultiIndexTableClass Function
numberOfAssertionFailures FTAssertions Function
numberOfAssertions FTAssertions Function
numberOfItems FTMutableObjectArrayClass Function

Generic name: count

Read more…
numberOfRecords FTLinkedListClass Function
object FTKeyObjectPairClass Function
objectArrayFromObject FTMutableObjectArrayClass Function

Generic Name: cast

Read more…
objectAtIndex FTMutableObjectArrayClass Function

Access the object at the index indx

Read more…
objectForKey FTDictionaryClass Function
objectInMultiIndexTableForKeys FTMultiIndexTableClass Function
objectInSparseMatrixForKeys FTSparseMatrixClass Function
peek FTStackClass Function
peekLastException SharedExceptionManagerModule Function

Get the last exception posted. This is NOT popped from the stack. The caller does not own the object.

pop FTStackClass Subroutine
popLastException SharedExceptionManagerModule Function

Get the last exception posted. This is popped from the stack. The caller is responsible for releasing the object after popping

printAllExceptions SharedExceptionManagerModule Subroutine
printArray FTMutableObjectArrayClass Subroutine
printFTDictionaryDescription FTDictionaryClass Subroutine
printFTExceptionDescription FTExceptionClass Subroutine

A basic printing of the exception and the info held in the infoDictionary.

printFTKeyObjectPairDescription FTKeyObjectPairClass Subroutine
printFTLinkedListDescription FTLinkedListClass Subroutine
printFTLinkedRecordDescription FTLinkedListRecordClass Subroutine
printFTObjectDescription FTObjectClass Subroutine

Generic Name: printDescription()

Read more…
printFTStringSet FTStringSetClass Subroutine
printMultiIndexTableDescription FTMultiIndexTableClass Subroutine
printStackDescription FTStackClass Subroutine
printValueDescription FTValueClass Subroutine

Prints the description of the value to unit iUnit. In this case, it prints
the stringValue() of the object.

push FTStackClass Subroutine
quadValue FTValueClass Function

Get the double precision value stored in the object, or convert the value in the object to a double precision if it is of a different type.

quadValueForKey FTValueDictionaryClass Function
realValue FTValueClass Function

Get the real value stored in the object, or convert the value in the object to a real if it is of a different type.

realValueForKey FTValueDictionaryClass Function
refCount FTObjectClass Function

Returns the reference count for the object. Normally this is done only for debugging purposes.

release FTObjectClass Interface
releaseCurrentError SharedExceptionManagerModule Subroutine
releaseFTData FTDataClass Subroutine
releaseFTDictionary FTDictionaryClass Subroutine
releaseFTException FTExceptionClass Subroutine
releaseFTKeyObjectPair FTKeyObjectPairClass Subroutine
releaseFTLinkedList FTLinkedListClass Subroutine
releaseFTLinkedListIterator FTLinkedListIteratorClass Subroutine
releaseFTLinkedListRecord FTLinkedListRecordClass Subroutine
releaseFTMatrixData FTSparseMatrixData Subroutine
releaseFTMultiIndexMatrixData FTMultiIndexTableData Subroutine
releaseFTMultiIndexTable FTMultiIndexTableClass Subroutine
releaseFTMutableObjectArray FTMutableObjectArrayClass Subroutine
releaseFTObject FTObjectClass Subroutine

releaseFTObject decreases the reference count by one and implies relinquishing ownership by the caller. Call this if control over the existence of an object pointer is no longer desired by the caller. When the reference count goes to zero, the destructor of the object is called automatically and the object is deallocated.

releaseFTSparseMatrix FTSparseMatrixClass Subroutine
releaseFTStack FTStackClass Subroutine
releaseFTStringSet FTStringSetClass Subroutine

Public, generic name: release(self)

Read more…
releaseFTValue FTValueClass Subroutine
releaseFTValueDictionary FTValueDictionaryClass Subroutine

Public, generic name: release(self)

Read more…
releaseMemberDictionary FTExceptionClass Subroutine
releaseMemberList FTLinkedListIteratorClass Subroutine
releaseSMMemberList FTSparseMatrixClass Subroutine
removeAllLinkedListObjects FTLinkedListClass Subroutine
removeCurrentRecord FTLinkedListIteratorClass Subroutine
removeLinkedListRecord FTLinkedListClass Subroutine
removeObject FTLinkedListClass Subroutine
removeObjectAtIndex FTMutableObjectArrayClass Subroutine

Remove an object at the index indx

Read more…
replaceObjectAtIndexWithObject FTMutableObjectArrayClass Subroutine

Replace an object at the index indx

Read more…
retainFTObject FTObjectClass Subroutine

Retain increases the reference count by one and implies ownership to the caller. ### Usage: CALL obj\ % retain()

returnLinkedList FTLinkedListIteratorClass Function
reverseLinkedList FTLinkedListClass Subroutine
SelfTestAssertion FTAssertions Function
setChunkSize FTMutableObjectArrayClass Subroutine

Set the number of items to be added when the array needs to be re-sized

Read more…
setCurrentError SharedExceptionManagerModule Subroutine
setFromDifference FTStringSetClass Function

setFromDifference returns a pointer to a new set that is the difference of two sets. the new set has reference count of 1. Release when done.

Read more…
setInfoDictionary FTExceptionClass Subroutine

Sets and retains the exception infoDictionary

setLinkedList FTLinkedListIteratorClass Subroutine
setToStart FTLinkedListIteratorClass Subroutine
severity FTExceptionClass Function

Returns the severity level of the exception.

sharedAssertionsManager FTAssertions Function
sortKeysAscending FTMultiIndexTableClass Subroutine
SparseMatrixContainsKeys FTSparseMatrixClass Function
SparseMatrixFromObject FTSparseMatrixClass Function
SparseMatrixSize FTSparseMatrixClass Function
stackClassName FTStackClass Function

Class name returns a string with the name of the type of the object

Read more…
stackFromObject FTStackClass Function
storedData FTDataClass Function
storedDataSize FTDataClass Function
storedDataType FTDataClass Function
stringCount FTStringSetClass Function
strings FTStringSetClass Function

strings returns a pointer to an array of strings that are in the set. Deallocate this array when done with it.

Read more…
stringValue FTValueClass Function

Get the string value of length requestedLength stored in the object, or convert the value in the object to a string of that length if it is of a different type.

stringValueForKey FTValueDictionaryClass Function
throw SharedExceptionManagerModule Subroutine

Throws the exception: exceptionToThrow

unionWithSet FTStringSetClass Function

unionWithSet returns a pointer to a new set that is the union of two sets. the new set has reference count of 1. Release when done.

Read more…
valueClassName FTValueClass Function

Class name returns a string with the name of the type of the object

Read more…
valueDictionaryClassName FTValueDictionaryClass Function

Class name returns a string with the name of the type of the object

Read more…
valueDictionaryFromDictionary FTValueDictionaryClass Function
valueDictionaryFromObject FTValueDictionaryClass Function
valueFromObject FTValueClass Function
call~~graph~~CallGraph interface~cast cast proc~casttomutableobjectarray castToMutableObjectArray interface~cast->proc~casttomutableobjectarray interface~cast~2 cast proc~casttodictionary castToDictionary interface~cast~2->proc~casttodictionary interface~cast~3 cast proc~castobjecttolinkedlist castObjectToLinkedList interface~cast~3->proc~castobjecttolinkedlist interface~cast~4 cast proc~casttovalue castToValue interface~cast~4->proc~casttovalue interface~cast~5 cast proc~castobjecttomultiindexmatrixdata castObjectToMultiIndexMatrixData interface~cast~5->proc~castobjecttomultiindexmatrixdata interface~cast~6 cast proc~castobjecttomatrixdata castObjectToMatrixData interface~cast~6->proc~castobjecttomatrixdata interface~cast~7 cast proc~casttoexception castToException interface~cast~7->proc~casttoexception interface~catch catch interface~ftassertequal FTAssertEqual proc~assertwithintolerancetwoquad assertWithinToleranceTwoQuad interface~ftassertequal->proc~assertwithintolerancetwoquad interface~isequal isEqual interface~release release proc~releaseftobject releaseFTObject interface~release->proc~releaseftobject none~addvalueforkey FTValueDictionary%addValueForKey proc~adddoubleprecisionvalueforkey FTValueDictionary%addDoublePrecisionValueForKey none~addvalueforkey->proc~adddoubleprecisionvalueforkey proc~addintegervalueforkey FTValueDictionary%addIntegerValueForKey none~addvalueforkey->proc~addintegervalueforkey proc~addlogicalvalueforkey FTValueDictionary%addLogicalValueForKey none~addvalueforkey->proc~addlogicalvalueforkey proc~addrealvalueforkey FTValueDictionary%addRealValueForKey none~addvalueforkey->proc~addrealvalueforkey proc~addstringvalueforkey FTValueDictionary%addStringValueForKey none~addvalueforkey->proc~addstringvalueforkey none~addvalueforkey~2 FTValueDictionary%addValueForKey proc~addquadvalueforkey FTValueDictionary%addQuadValueForKey none~addvalueforkey~2->proc~addquadvalueforkey none~initwithvalue FTValue%initWithValue proc~initwithdoubleprecision FTValue%initWithDoublePrecision none~initwithvalue->proc~initwithdoubleprecision proc~initwithinteger FTValue%initWithInteger none~initwithvalue->proc~initwithinteger proc~initwithlogical FTValue%initWithLogical none~initwithvalue->proc~initwithlogical proc~initwithreal FTValue%initWithReal none~initwithvalue->proc~initwithreal proc~initwithstring FTValue%initWithString none~initwithvalue->proc~initwithstring none~initwithvalue~2 FTValue%initWithValue proc~initwithquad FTValue%initWithQuad none~initwithvalue~2->proc~initwithquad proc~add FTLinkedList%add proc~initwithobject FTLinkedListRecord%initWithObject proc~add->proc~initwithobject proc~adddoubleprecisionvalueforkey->interface~release proc~adddoubleprecisionvalueforkey->none~initwithvalue~2 proc~addobjectforkey FTDictionary%addObjectForKey proc~adddoubleprecisionvalueforkey->proc~addobjectforkey proc~addintegervalueforkey->interface~release proc~addintegervalueforkey->none~initwithvalue~2 proc~addintegervalueforkey->proc~addobjectforkey proc~addlogicalvalueforkey->interface~release proc~addlogicalvalueforkey->none~initwithvalue~2 proc~addlogicalvalueforkey->proc~addobjectforkey proc~addobjectforkey->interface~release proc~addobjectforkey->proc~add proc~b3hs_hash_key_jenkins b3hs_hash_key_jenkins proc~addobjectforkey->proc~b3hs_hash_key_jenkins proc~initwithobjectandkey FTKeyObjectPair%initWithObjectAndKey proc~addobjectforkey->proc~initwithobjectandkey proc~addobjectsfromlist FTLinkedList%addObjectsFromList proc~addobjectsfromlist->proc~add proc~iscircular FTLinkedList%isCircular proc~addobjectsfromlist->proc~iscircular proc~makecircular FTLinkedList%makeCircular proc~addobjectsfromlist->proc~makecircular proc~addobjecttoarray FTMutableObjectArray%addObjectToArray proc~retainftobject FTObject%retainFTObject proc~addobjecttoarray->proc~retainftobject proc~addobjecttomultiindextableforkeys FTMultiIndexTable%addObjectToMultiIndexTableForKeys proc~addobjecttomultiindextableforkeys->proc~add proc~initwithobjectandkeys MultiIndexMatrixData%initWithObjectAndKeys proc~addobjecttomultiindextableforkeys->proc~initwithobjectandkeys proc~multiindextablecontainskeys FTMultiIndexTable%MultiIndexTableContainsKeys proc~addobjecttomultiindextableforkeys->proc~multiindextablecontainskeys proc~addobjecttomultiindextableforkeys->proc~releaseftobject proc~sortkeysascending sortKeysAscending proc~addobjecttomultiindextableforkeys->proc~sortkeysascending proc~addobjecttosparsematrixforkeys FTSparseMatrix%addObjectToSparseMatrixForKeys proc~addobjecttosparsematrixforkeys->proc~add proc~initwithobjectandkey~2 MatrixData%initWithObjectAndKey proc~addobjecttosparsematrixforkeys->proc~initwithobjectandkey~2 proc~addobjecttosparsematrixforkeys->proc~releaseftobject proc~sparsematrixcontainskeys FTSparseMatrix%SparseMatrixContainsKeys proc~addobjecttosparsematrixforkeys->proc~sparsematrixcontainskeys proc~addquadvalueforkey->interface~release proc~addquadvalueforkey->none~initwithvalue~2 proc~addquadvalueforkey->proc~addobjectforkey proc~addrealvalueforkey->interface~release proc~addrealvalueforkey->none~initwithvalue~2 proc~addrealvalueforkey->proc~addobjectforkey proc~addstring FTStringSet%AddString proc~addstring->interface~release proc~addstring->proc~addobjectforkey proc~containskey FTDictionary%containsKey proc~addstring->proc~containskey proc~initftobject FTObject%initFTObject proc~addstring->proc~initftobject proc~addstringvalueforkey->interface~release proc~addstringvalueforkey->none~initwithvalue~2 proc~addstringvalueforkey->proc~addobjectforkey proc~allkeys FTDictionary%AllKeys key key proc~allkeys->key proc~alllinkedlistobjects FTLinkedList%allLinkedListObjects proc~alllinkedlistobjects->proc~addobjecttoarray proc~initobjectarraywithsize FTMutableObjectArray%initObjectArrayWithSize proc~alllinkedlistobjects->proc~initobjectarraywithsize proc~alllinkedlistobjects->proc~makecircular proc~allobjects FTDictionary%AllObjects proc~allobjects->proc~addobjecttoarray proc~allobjects->proc~initobjectarraywithsize proc~allobjects->key object object proc~allobjects->object proc~allocatedsize FTMutableObjectArray%allocatedSize proc~arrayclassname FTMutableObjectArray%arrayClassName proc~assertwithintolerancetwoquad->interface~isequal proc~initializesharedassertionsmanager initializeSharedAssertionsManager proc~assertwithintolerancetwoquad->proc~initializesharedassertionsmanager proc~castdictionarytovaluedictionary castDictionaryToValueDictionary proc~castobjecttovaluedictionary castObjectToValueDictionary proc~chunksize FTMutableObjectArray%chunkSize proc~classname FTObject%className proc~refcount FTObject%refCount proc~classname->proc~refcount proc~objectforkey FTDictionary%objectForKey proc~containskey->proc~objectforkey proc~containsstring FTStringSet%containsString proc~containsstring->proc~containskey proc~count FTDictionary%COUNT proc~dataclassname FTData%dataClassName proc~dataclassname->proc~refcount proc~datafromobject dataFromObject proc~dataisoftype FTData%dataIsOfType proc~destructdata destructData proc~destructexception destructException proc~releasememberdictionary releaseMemberDictionary proc~destructexception->proc~releasememberdictionary proc~destructftdictionary destructFTDictionary proc~destructftexceptions destructFTExceptions proc~destructftexceptions->interface~catch proc~printallexceptions printAllExceptions proc~destructftexceptions->proc~printallexceptions proc~releasecurrenterror releaseCurrentError proc~destructftexceptions->proc~releasecurrenterror proc~destructftexceptions->proc~releaseftobject proc~destructftkeyobjectpair destructFTKeyObjectPair proc~destructftkeyobjectpair->proc~releaseftobject proc~destructftlinkedlist destructFTLinkedList proc~removealllinkedlistobjects FTLinkedList%removeAllLinkedListObjects proc~destructftlinkedlist->proc~removealllinkedlistobjects proc~destructftlinkedlistrecord destructFTLinkedListRecord proc~destructftlinkedlistrecord->proc~releaseftobject proc~destructftobject destructFTObject proc~destructftobject->proc~refcount proc~destructftstringset destructFTStringSet proc~destructiterator destructIterator proc~releasememberlist releaseMemberList proc~destructiterator->proc~releasememberlist proc~destructmatrixdata destructMatrixData proc~destructmatrixdata->proc~releaseftobject proc~destructmultiindexmatrixdata destructMultiIndexMatrixData proc~destructmultiindexmatrixdata->proc~releaseftobject proc~destructmultiindextable destructMultiIndexTable proc~destructobjectarray destructObjectArray proc~destructobjectarray->proc~releaseftobject proc~destructsparsematrix destructSparseMatrix proc~releasesmmemberlist releaseSMMemberList proc~destructsparsematrix->proc~releasesmmemberlist proc~destructvalue destructValue proc~detachsharedassertionsmanager detachSharedAssertionsManager proc~dictionaryclassname FTDictionary%dictionaryClassName proc~dictionaryclassname->proc~refcount proc~dictionaryfromobject dictionaryFromObject proc~doubleprecisionvalue FTValue%doublePrecisionValue proc~doubleprecisionvalueforkey FTValueDictionary%doublePrecisionValueForKey proc~doubleprecisionvalueforkey->proc~doubleprecisionvalue proc~doubleprecisionvalueforkey->proc~objectforkey proc~valuefromobject valueFromObject proc~doubleprecisionvalueforkey->proc~valuefromobject proc~errorcount errorCount proc~initializeftexceptions initializeFTExceptions proc~errorcount->proc~initializeftexceptions proc~errorobject errorObject proc~errorobject->proc~initializeftexceptions proc~exceptionclassname FTException%exceptionClassName proc~exceptionclassname->proc~refcount proc~exceptionfromobject exceptionFromObject proc~exceptionname FTException%exceptionName proc~finalizesharedassertionsmanager finalizeSharedAssertionsManager none~finalize FTAssertionsManager%finalize proc~finalizesharedassertionsmanager->none~finalize proc~ftassert FTAssert proc~ftassert->proc~initializesharedassertionsmanager proc~ftdictionarydescription FTDictionary%FTDictionaryDescription proc~ftlinkedlistdescription FTLinkedList%FTLinkedListDescription proc~ftdictionarydescription->proc~ftlinkedlistdescription proc~ftkeyobjectpairdescription FTKeyObjectPair%FTKeyObjectPairDescription proc~ftobjectdescription FTObject%FTObjectDescription proc~ftkeyobjectpairdescription->proc~ftobjectdescription proc~ftlinkedlistcurrentrecord FTLinkedListIterator%FTLinkedListCurrentRecord proc~ftlinkedlistdescription->proc~ftobjectdescription proc~ftlinkedlistisatend FTLinkedListIterator%FTLinkedListIsAtEnd proc~ftlinkedlistobject FTLinkedListIterator%FTLinkedListObject proc~ftobjectdescription->proc~refcount proc~ftstringsetclassname FTStringSet%FTStringSetClassName proc~ftstringsetfromobject FTStringSetFromObject proc~ftvaluedescription FTValue%FTValueDescription proc~stringvalue FTValue%stringValue proc~ftvaluedescription->proc~stringvalue proc~hash1 Hash1 proc~hash2 Hash2 proc~infodictionary FTException%infoDictionary proc~init FTDictionary%init proc~initwithsize FTDictionary%initWithSize proc~init->proc~initwithsize proc~initassertionfailureexception FTException%initAssertionFailureException proc~initassertionfailureexception->none~addvalueforkey~2 proc~initassertionfailureexception->proc~addobjectforkey proc~initftexception FTException%initFTException proc~initassertionfailureexception->proc~initftexception proc~initassertionfailureexception->proc~initwithsize proc~initassertionfailureexception->proc~releasememberdictionary proc~initempty FTLinkedListIterator%initEmpty proc~initempty->proc~initftobject proc~initfatalexception FTException%initFatalException proc~initfatalexception->none~addvalueforkey~2 proc~initfatalexception->proc~initftexception proc~initfatalexception->proc~initwithsize proc~initfatalexception->proc~releasememberdictionary proc~initftexception->proc~initftobject proc~setinfodictionary FTException%setInfoDictionary proc~initftexception->proc~setinfodictionary proc~initftlinkedlist FTLinkedList%initFTLinkedList proc~initftlinkedlist->proc~initftobject proc~initftstack FTStack%initFTStack proc~initftstack->proc~initftlinkedlist proc~initftstringset FTStringSet%initFTStringSet proc~initftstringset->proc~initftobject proc~initftstringset->proc~initwithsize proc~initializeftexceptions->proc~initftstack none~init~4 FTAssertionsManager%init proc~initializesharedassertionsmanager->none~init~4 proc~initmultiindextablewithsize FTMultiIndexTable%initMultiIndexTableWithSize proc~initmultiindextablewithsize->proc~initftobject proc~initobjectarraywithsize->proc~initftobject proc~initsparsematrixwithsize FTSparseMatrix%initSparseMatrixWithSize proc~initsparsematrixwithsize->proc~initftobject proc~initwarningexception FTException%initWarningException proc~initwarningexception->none~addvalueforkey~2 proc~initwarningexception->proc~initftexception proc~initwarningexception->proc~initwithsize proc~initwarningexception->proc~releasememberdictionary proc~initwithdataoftype FTData%initWithDataOfType proc~initwithdataoftype->proc~initftobject proc~initwithdoubleprecision->proc~initftobject proc~initwithftlinkedlist FTLinkedListIterator%initWithFTLinkedList proc~initwithftlinkedlist->proc~initftobject proc~setlinkedlist FTLinkedListIterator%setLinkedList proc~initwithftlinkedlist->proc~setlinkedlist proc~settostart FTLinkedListIterator%setToStart proc~initwithftlinkedlist->proc~settostart proc~initwithinteger->proc~initftobject proc~initwithlogical->proc~initftobject proc~initwithobject->proc~initftobject proc~initwithobject->proc~retainftobject proc~initwithobjectandkey->proc~initftobject proc~initwithobjectandkey->proc~retainftobject proc~initwithobjectandkeys->proc~initftobject proc~initwithobjectandkeys->proc~retainftobject proc~initwithobjectandkey~2->proc~initftobject proc~initwithobjectandkey~2->proc~retainftobject proc~initwithquad->proc~initftobject proc~initwithreal->proc~initftobject proc~initwithsize->proc~initftobject proc~initwithstring->proc~initftobject proc~initwithstrings FTStringSet%initWithStrings proc~initwithstrings->proc~addstring proc~initwithstrings->proc~initftstringset proc~insertobjectafterobject FTLinkedList%insertObjectAfterObject proc~insertobjectafterobject->proc~add proc~insertobjectafterrecord FTLinkedList%insertObjectAfterRecord proc~insertobjectafterobject->proc~insertobjectafterrecord proc~insertobjectafterrecord->proc~initwithobject proc~integervalue FTValue%integerValue proc~integervalueforkey FTValueDictionary%integerValueForKey proc~integervalueforkey->proc~integervalue proc~integervalueforkey->proc~objectforkey proc~integervalueforkey->proc~valuefromobject proc~intersectionwithset FTStringSet%intersectionWithSet proc~intersectionwithset->proc~addstring proc~intersectionwithset->proc~containsstring proc~intersectionwithset->proc~initftstringset proc~strings FTStringSet%strings proc~intersectionwithset->proc~strings proc~isempty FTStringSet%isEmpty proc~isfalse isFalse proc~istrue isTrue proc~isunreferenced FTObject%isUnreferenced proc~key FTKeyObjectPair%key proc~keysmatch keysMatch proc~linkedlistclassname FTLinkedList%linkedListClassName proc~linkedlistfromobject linkedListFromObject proc~linkedlistiteratorclassname FTLinkedListIterator%linkedListIteratorClassName proc~llrecordclassname FTLinkedListRecord%llRecordClassName proc~logicalvalue FTValue%logicalValue proc~logicalvalueforkey FTValueDictionary%logicalValueForKey proc~logicalvalueforkey->proc~logicalvalue proc~logicalvalueforkey->proc~objectforkey proc~logicalvalueforkey->proc~valuefromobject proc~matrixdatacast matrixDataCast proc~maximumerrorseverity maximumErrorSeverity proc~maximumerrorseverity->proc~initializeftexceptions proc~movetonext FTLinkedListIterator%moveToNext proc~multiindexmatrixdatacast MultiIndexMatrixDataCast proc~multiindextablecontainskeys->interface~cast~5 proc~multiindextablecontainskeys->proc~keysmatch proc~multiindextablecontainskeys->proc~sortkeysascending proc~multiindextablefromobject MultiIndexTableFromObject proc~multiindextablesize FTMultiIndexTable%MultiIndexTableSize proc~numberofassertionfailures FTAssertionsManager%numberOfAssertionFailures proc~numberofassertions FTAssertionsManager%numberOfAssertions proc~numberofitems FTMutableObjectArray%numberOfItems proc~numberofrecords FTLinkedList%numberOfRecords proc~object FTKeyObjectPair%object proc~objectarrayfromobject objectArrayFromObject proc~objectatindex FTMutableObjectArray%objectAtIndex proc~objectforkey->proc~b3hs_hash_key_jenkins proc~objectinmultiindextableforkeys FTMultiIndexTable%objectInMultiIndexTableForKeys proc~objectinmultiindextableforkeys->interface~cast~5 proc~objectinmultiindextableforkeys->proc~keysmatch proc~objectinmultiindextableforkeys->proc~sortkeysascending proc~objectinsparsematrixforkeys FTSparseMatrix%objectInSparseMatrixForKeys proc~objectinsparsematrixforkeys->interface~cast~6 proc~objectinsparsematrixforkeys->proc~ftlinkedlistisatend proc~objectinsparsematrixforkeys->proc~ftlinkedlistobject proc~objectinsparsematrixforkeys->proc~movetonext proc~objectinsparsematrixforkeys->proc~setlinkedlist proc~peek FTStack%peek proc~peeklastexception peekLastException proc~peeklastexception->interface~cast proc~peeklastexception->proc~initializeftexceptions proc~peeklastexception->proc~peek proc~pop FTStack%pop proc~pop->interface~release proc~pop->proc~retainftobject proc~poplastexception popLastException proc~poplastexception->interface~cast proc~poplastexception->proc~initializeftexceptions proc~poplastexception->proc~pop proc~printallexceptions->interface~cast proc~printallexceptions->proc~ftlinkedlistisatend proc~printallexceptions->proc~ftlinkedlistobject proc~printallexceptions->proc~initwithftlinkedlist proc~printallexceptions->proc~movetonext proc~printftexceptiondescription FTException%printFTExceptionDescription proc~printallexceptions->proc~printftexceptiondescription proc~printallexceptions->proc~settostart proc~printarray FTMutableObjectArray%printArray proc~printftobjectdescription FTObject%printFTObjectDescription proc~printarray->proc~printftobjectdescription proc~printftdictionarydescription FTDictionary%printFTDictionaryDescription proc~printftlinkedlistdescription FTLinkedList%printFTLinkedListDescription proc~printftdictionarydescription->proc~printftlinkedlistdescription proc~printftexceptiondescription->proc~exceptionname proc~printftexceptiondescription->proc~infodictionary proc~printftexceptiondescription->proc~printftdictionarydescription proc~printftkeyobjectpairdescription FTKeyObjectPair%printFTKeyObjectPairDescription proc~printftkeyobjectpairdescription->proc~printftobjectdescription proc~printftlinkedlistdescription->proc~makecircular proc~printftlinkedrecorddescription FTLinkedListRecord%printFTLinkedRecordDescription proc~printftlinkedlistdescription->proc~printftlinkedrecorddescription proc~printftlinkedrecorddescription->proc~printftobjectdescription proc~printftobjectdescription->proc~refcount proc~printftstringset FTStringSet%printFTStringSet proc~printftstringset->proc~allkeys proc~printmultiindextabledescription FTMultiIndexTable%printMultiIndexTableDescription proc~printmultiindextabledescription->proc~printftlinkedlistdescription proc~printstackdescription FTStack%printStackDescription proc~printstackdescription->proc~printftlinkedlistdescription proc~printvaluedescription FTValue%printValueDescription proc~printvaluedescription->proc~ftvaluedescription proc~push FTStack%push proc~push->proc~initwithobject proc~quadvalue FTValue%quadValue proc~quadvalueforkey FTValueDictionary%quadValueForKey proc~quadvalueforkey->proc~objectforkey proc~quadvalueforkey->proc~quadvalue proc~quadvalueforkey->proc~valuefromobject proc~realvalue FTValue%realValue proc~realvalueforkey FTValueDictionary%realValueForKey proc~realvalueforkey->proc~objectforkey proc~realvalueforkey->proc~realvalue proc~realvalueforkey->proc~valuefromobject proc~releasecurrenterror->proc~releaseftobject proc~releaseftdata releaseFTData proc~releaseftdata->interface~release proc~releaseftdictionary releaseFTDictionary proc~releaseftdictionary->interface~release proc~releaseftexception releaseFTException proc~releaseftexception->interface~release proc~releaseftkeyobjectpair releaseFTKeyObjectPair proc~releaseftkeyobjectpair->interface~release proc~releaseftlinkedlist releaseFTLinkedList proc~releaseftlinkedlist->interface~release proc~releaseftlinkedlistiterator releaseFTLinkedListIterator proc~releaseftlinkedlistiterator->interface~release proc~releaseftlinkedlistrecord releaseFTLinkedListRecord proc~releaseftlinkedlistrecord->interface~release proc~releaseftmatrixdata releaseFTMatrixData proc~releaseftmatrixdata->interface~release proc~releaseftmultiindexmatrixdata releaseFTMultiIndexMatrixData proc~releaseftmultiindexmatrixdata->interface~release proc~releaseftmultiindextable releaseFTMultiIndexTable proc~releaseftmultiindextable->interface~release proc~releaseftmutableobjectarray releaseFTMutableObjectArray proc~releaseftmutableobjectarray->interface~release proc~releaseftobject->proc~printftobjectdescription proc~releaseftsparsematrix releaseFTSparseMatrix proc~releaseftsparsematrix->interface~release proc~releaseftstack releaseFTStack proc~releaseftstack->interface~release proc~releaseftstringset releaseFTStringSet proc~releaseftstringset->interface~release proc~releaseftvalue releaseFTValue proc~releaseftvalue->interface~release proc~releaseftvaluedictionary releaseFTValueDictionary proc~releaseftvaluedictionary->proc~releaseftobject proc~releasememberdictionary->proc~releaseftobject proc~releasememberlist->proc~releaseftobject proc~releasesmmemberlist->proc~releaseftobject proc~removealllinkedlistobjects->interface~release proc~removealllinkedlistobjects->proc~iscircular proc~removealllinkedlistobjects->proc~makecircular proc~removecurrentrecord FTLinkedListIterator%removeCurrentRecord proc~removelinkedlistrecord FTLinkedList%removeLinkedListRecord proc~removecurrentrecord->proc~removelinkedlistrecord proc~removelinkedlistrecord->interface~release proc~removelinkedlistrecord->proc~iscircular proc~removelinkedlistrecord->proc~makecircular proc~removeobject FTLinkedList%removeObject proc~removeobject->proc~removelinkedlistrecord proc~removeobjectatindex FTMutableObjectArray%removeObjectAtIndex proc~removeobjectatindex->proc~releaseftobject proc~replaceobjectatindexwithobject FTMutableObjectArray%replaceObjectAtIndexWithObject proc~replaceobjectatindexwithobject->proc~releaseftobject proc~replaceobjectatindexwithobject->proc~retainftobject proc~returnlinkedlist FTLinkedListIterator%returnLinkedList proc~reverselinkedlist FTLinkedList%reverseLinkedList proc~reverselinkedlist->proc~makecircular proc~selftestassertion SelfTestAssertion proc~setchunksize FTMutableObjectArray%setChunkSize proc~setcurrenterror setCurrentError proc~setcurrenterror->proc~releasecurrenterror proc~setcurrenterror->proc~retainftobject proc~setfromdifference FTStringSet%setFromDifference proc~setfromdifference->proc~addstring proc~setfromdifference->proc~containsstring proc~setfromdifference->proc~initftstringset proc~setfromdifference->proc~strings proc~setinfodictionary->proc~releasememberdictionary proc~setinfodictionary->proc~retainftobject proc~setlinkedlist->proc~releasememberlist proc~setlinkedlist->proc~retainftobject proc~setlinkedlist->proc~settostart proc~severity FTException%severity proc~sharedassertionsmanager sharedAssertionsManager proc~sparsematrixcontainskeys->interface~cast~6 proc~sparsematrixcontainskeys->proc~ftlinkedlistisatend proc~sparsematrixcontainskeys->proc~ftlinkedlistobject proc~sparsematrixcontainskeys->proc~movetonext proc~sparsematrixcontainskeys->proc~setlinkedlist proc~sparsematrixcontainskeys->proc~settostart proc~sparsematrixfromobject SparseMatrixFromObject proc~sparsematrixsize FTSparseMatrix%SparseMatrixSize proc~stackclassname FTStack%stackClassName proc~stackclassname->proc~refcount proc~stackfromobject stackFromObject proc~storeddata FTData%storedData proc~storeddatasize FTData%storedDataSize proc~storeddatatype FTData%storedDataType proc~stringcount FTStringSet%stringCount proc~strings->proc~allkeys proc~stringvalueforkey FTValueDictionary%stringValueForKey proc~stringvalueforkey->proc~objectforkey proc~stringvalueforkey->proc~stringvalue proc~stringvalueforkey->proc~valuefromobject proc~throw throw proc~throw->proc~initializeftexceptions proc~throw->proc~push proc~throw->proc~severity proc~unionwithset FTStringSet%unionWithSet proc~unionwithset->proc~addstring proc~unionwithset->proc~initwithstrings proc~unionwithset->proc~strings proc~valueclassname FTValue%valueClassName proc~valueclassname->proc~refcount proc~valuedictionaryclassname FTValueDictionary%valueDictionaryClassName proc~valuedictionaryclassname->proc~refcount proc~valuedictionaryfromdictionary valueDictionaryFromDictionary proc~valuedictionaryfromobject valueDictionaryFromObject
Help