mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
69 lines
1.9 KiB
HTML
69 lines
1.9 KiB
HTML
<html><head>
|
|
<title>NSProtocolChecker</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSProcessInfo.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSProxy.html">[Next] </a>
|
|
<h1>NSProtocolChecker</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSProtocolChecker</a></h2>
|
|
<h2><a name ="NSProtocolChecker">NSProtocolChecker</a></h2>
|
|
<p><b>Declared in: </b> Foundation/NSProtocolChecker.h</p>
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li ><a href ="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
|
<li ><a href ="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
|
<li ><a href ="NSProtocolChecker.html#method-2">-initWithTarget:</a>
|
|
<li ><a href ="NSProtocolChecker.html#method-3">-methodDescriptionForSelector:</a>
|
|
<li ><a href ="NSProtocolChecker.html#method-4">-protocol</a>
|
|
<li ><a href ="NSProtocolChecker.html#method-5">-target</a>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">protocolCheckerWithTarget:</a></h3>
|
|
+ (id) <b>protocolCheckerWithTarget:</b> (NSObject*)anObject;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-1">forwardInvocation:</a></h3>
|
|
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">initWithTarget:</a></h3>
|
|
- (id) <b>initWithTarget:</b> (NSObject*)anObject;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">methodDescriptionForSelector:</a></h3>
|
|
- (structobjc_method_description*) <b>methodDescriptionForSelector:</b> (SEL)aSelector;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">protocol</a></h3>
|
|
- (Protocol*) <b>protocol</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">target</a></h3>
|
|
- (NSObject*) <b>target</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|