Up

STObjCRuntime documentation

Authors

Stefan Urbanek (urbanek@host.sk)

Date: Generated at 2024-07-10 08:38:24 +0000

Copyright: (C) 2002 Free Software Foundation

STObjCRuntime functions

STAllObjectiveCClasses

NSMutableDictionary* STAllObjectiveCClasses();
Description forthcoming.

STAllObjectiveCSelectors

NSArray* STAllObjectiveCSelectors();
Description forthcoming.

STClassDictionaryWithNames

NSDictionary* STClassDictionaryWithNames(NSArray* classNames);
Description forthcoming.

STConstructMethodSignatureForSelector

NSMethodSignature* STConstructMethodSignatureForSelector(SEL sel);
Description forthcoming.

STGetFoundationConstants

NSMutableDictionary* STGetFoundationConstants();
Description forthcoming.

STMethodSignatureForSelector

NSMethodSignature* STMethodSignatureForSelector(SEL sel);
Description forthcoming.

STSelectorFromString

SEL STSelectorFromString(NSString* aString);
Description forthcoming.

STSelectorFromValue

SEL STSelectorFromValue(NSValue* val);
Description forthcoming.

STValueFromSelector

NSValue* STValueFromSelector(SEL sel);
Description forthcoming.


Up