mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 19:41:00 +00:00
43 lines
990 B
HTML
43 lines
990 B
HTML
|
<html><head>
|
||
|
<title>NSEnumerator</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="NSDistributedNotificationCenter.html">[Previous]</a>
|
||
|
<a href="Foundation.html">[Up]</a>
|
||
|
<a href="NSException.html">[Next]</a>
|
||
|
<h1>NSEnumerator</h1>
|
||
|
<h3>Authors</h3>
|
||
|
<dl>
|
||
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<p>Version: 0.1</p>
|
||
|
<p>Date: 28 February, 2000</p>
|
||
|
<h2><a name="cont-0">NSEnumerator</a></h2>
|
||
|
<h2><a name="NSEnumerator">NSEnumerator</a></h2>
|
||
|
<p><b>Declared in:</b> Foundation/NSUtilities.h</p>
|
||
|
<p><b>Inherits from:</b> NSObject</p>
|
||
|
<p><b>Conforms to:</b> NSObject
|
||
|
</p>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="NSEnumerator.html#method-0">-allObjects</a>
|
||
|
<li><a href="NSEnumerator.html#method-1">-nextObject</a>
|
||
|
</ul>
|
||
|
<hr>
|
||
|
<h2><a name="method-0">allObjects</a></h2>
|
||
|
- (NSArray*) <b>allObjects</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-1">nextObject</a></h2>
|
||
|
- (id) <b>nextObject</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
</body>
|
||
|
|
||
|
</html>
|