mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSPipe.gsdoc : this class has been forgotten till now
Base.gsdoc : updated to show NSPipe NSObject.gsdoc NSPort.gsdoc : updated the "next" and "previous" links git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10735 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad39b5144e
commit
3c24f3fef8
8 changed files with 117 additions and 4 deletions
|
@ -340,6 +340,7 @@
|
|||
<item><uref url="NSNumber.html">NSNumber</uref></item>
|
||||
<item><uref url="NSNumberFormatter.html">NSNumberFormatter</uref></item>
|
||||
<item><uref url="NSObject.html">NSObject</uref></item>
|
||||
<item><uref url="NSPipe.html">NSPipe</uref></item>
|
||||
<item><uref url="NSPort.html">NSPort</uref></item>
|
||||
<item><uref url="NSPortCoder.html">NSPortCoder</uref></item>
|
||||
<item><uref url="NSPortMessage.html">NSPortMessage</uref></item>
|
||||
|
|
|
@ -388,6 +388,7 @@
|
|||
<li ><a href ="NSNumber.html">NSNumber</a>
|
||||
<li ><a href ="NSNumberFormatter.html">NSNumberFormatter</a>
|
||||
<li ><a href ="NSObject.html">NSObject</a>
|
||||
<li ><a href ="NSPipe.html">NSPipe</a>
|
||||
<li ><a href ="NSPort.html">NSPort</a>
|
||||
<li ><a href ="NSPortCoder.html">NSPortCoder</a>
|
||||
<li ><a href ="NSPortMessage.html">NSPortMessage</a>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
||||
<gsdoc base="NSObject" prev="NSNumberFormatter" next="NSPort" up="Base">
|
||||
<gsdoc base="NSObject" prev="NSNumberFormatter" next="NSPipe" up="Base">
|
||||
<head>
|
||||
<title>NSObject</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<body>
|
||||
<a href ="NSNumberFormatter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPort.html">[Next] </a>
|
||||
<a href ="NSPipe.html">[Next] </a>
|
||||
<h1>NSObject</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
|
47
Documentation/gsdoc/NSPipe.gsdoc
Normal file
47
Documentation/gsdoc/NSPipe.gsdoc
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
||||
<gsdoc base="NSPipe" prev="NSObject" next="NSPort" up="Base">
|
||||
<head>
|
||||
<title>NSPipe</title>
|
||||
<author name="Pierre-Yves Rivaille">
|
||||
<email address="pyrivail@ens-lyon.fr"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSPipe</heading>
|
||||
<class name="NSPipe">
|
||||
<declared>Foundation/NSFileHandle.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
|
||||
is possible to redirect the standard input o
|
||||
</desc>
|
||||
<method type="id" factory="yes">
|
||||
<sel>pipe</sel>
|
||||
<desc>
|
||||
Returns a newly allocated and initialized NSPipe object that has been sent an
|
||||
autorelease message.
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id" factory="no">
|
||||
<sel>init</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id" factory="no">
|
||||
<sel>fileHandleForReading</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id" factory="no">
|
||||
<sel>fileHandleForWriting</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
64
Documentation/gsdoc/NSPipe.html
Normal file
64
Documentation/gsdoc/NSPipe.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<html><head>
|
||||
<title>NSPipe</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSObject.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPort.html">[Next] </a>
|
||||
<h1>NSPipe</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
<dt>Pierre-Yves Rivaille
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: $Revision$</p>
|
||||
<p>Date: $Date$</p>
|
||||
<h2><a name ="cont-0">NSPipe</a></h2>
|
||||
<h2><a name ="NSPipe">NSPipe</a></h2>
|
||||
<p><b>Declared in: </b> Foundation/NSFileHandle.h</p>
|
||||
<p><b>Conforms to: </b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
|
||||
is possible to redirect the standard input o
|
||||
|
||||
<h2>Instance Variables </h2>
|
||||
<ul>
|
||||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li ><a href ="NSPipe.html#method-0">+pipe</a>
|
||||
<li ><a href ="NSPipe.html#method-2">-fileHandleForReading</a>
|
||||
<li ><a href ="NSPipe.html#method-3">-fileHandleForWriting</a>
|
||||
<li ><a href ="NSPipe.html#method-1">-init</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">pipe</a></h3>
|
||||
+ (id) <b>pipe</b>;<br>
|
||||
|
||||
Returns a newly allocated and initialized NSPipe object that has been sent an
|
||||
autorelease message.
|
||||
|
||||
<hr>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-1">init</a></h3>
|
||||
- (id) <b>init</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">fileHandleForReading</a></h3>
|
||||
- (id) <b>fileHandleForReading</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">fileHandleForWriting</a></h3>
|
||||
- (id) <b>fileHandleForWriting</b>;<br>
|
||||
|
||||
Returns a newly allocated and initialized NSPipe object that has been sent an
|
||||
autorelease message.
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
||||
<gsdoc base="NSPort" prev="NSObject" next="NSPortCoder" up="Base">
|
||||
<gsdoc base="NSPort" prev="NSPipe" next="NSPortCoder" up="Base">
|
||||
<head>
|
||||
<title>NSPort</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<title>NSPort</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSObject.html">[Previous] </a>
|
||||
<a href ="NSPipe.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPortCoder.html">[Next] </a>
|
||||
<h1>NSPort</h1>
|
||||
|
|
Loading…
Reference in a new issue