mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21706 72102866-910b-0410-8b05-ffd578937521
101 lines
2.9 KiB
HTML
101 lines
2.9 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>STObjCRuntime documentation</title>
|
|
</head>
|
|
<body>
|
|
<font face="serif">
|
|
<a href="StepTalk.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$STObjCRuntime">STObjCRuntime documentation</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Stefan Urbanek</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 2002 Free Software Foundation</p>
|
|
|
|
<div>
|
|
</div>
|
|
|
|
<h1><a name="001000000000">STObjCRuntime functions</a></h1>
|
|
<p>
|
|
</p>
|
|
<h3><a name="function$STAllObjectiveCClasses">STAllObjectiveCClasses</a></h3>
|
|
NSMutableDictionary* STAllObjectiveCClasses();<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STAllObjectiveCSelectors">STAllObjectiveCSelectors</a></h3>
|
|
NSArray* STAllObjectiveCSelectors();<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STClassDictionaryWithNames">STClassDictionaryWithNames</a></h3>
|
|
NSDictionary* STClassDictionaryWithNames(NSArray* <b>classNames</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STConstructMethodSignatureForSelector">STConstructMethodSignatureForSelector</a></h3>
|
|
NSMethodSignature* STConstructMethodSignatureForSelector(SEL <b>sel</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STGetFoundationConstants">STGetFoundationConstants</a></h3>
|
|
NSMutableDictionary* STGetFoundationConstants();<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STMethodSignatureForSelector">STMethodSignatureForSelector</a></h3>
|
|
NSMethodSignature* STMethodSignatureForSelector(SEL <b>sel</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STSelectorFromString">STSelectorFromString</a></h3>
|
|
SEL STSelectorFromString(NSString* <b>aString</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STSelectorFromValue">STSelectorFromValue</a></h3>
|
|
SEL STSelectorFromValue(NSValue* <b>val</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="function$STValueFromSelector">STValueFromSelector</a></h3>
|
|
NSValue* STValueFromSelector(SEL <b>sel</b>);<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="StepTalk.html">Up</a>
|
|
</font>
|
|
</body>
|
|
</html>
|