Handbook
Glossary
port<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
port<<
( value object -- )
Methods
USING:
accessors
irc.messages
slots.private
;
M:
connect
port<<
10
set-slot
;
inline
USING:
accessors
gopher.private
slots.private
;
M:
gopher-link
port<<
6
set-slot
;
inline
USING:
accessors
io.sockets
slots.private
;
M:
inet
port<<
3
set-slot
;
inline
USING:
accessors
irc.client.chats
slots.private
;
M:
irc-profile
port<<
3
set-slot
;
inline
USING:
accessors
db.mysql
slots.private
;
M:
mysql-db
port<<
6
set-slot
;
inline
USING:
accessors
pop3
slots.private
;
M:
pop3-account
port<<
4
set-slot
;
inline
USING:
accessors
bittorrent
slots.private
;
M:
port
port<<
2
set-slot
;
inline
USING:
accessors
db.postgresql
slots.private
;
M:
postgresql-db
port<<
3
set-slot
;
inline
USING:
accessors
redis
slots.private
;
M:
redis
port<<
3
set-slot
;
inline
USING:
accessors
io.sockets.secure
kernel
;
M:
secure
port<<
[
addrspec>>
]
call
\
port<<
execute
;
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
unix.ffi
;
M:
servent
port<<
T{
struct-slot-spec
{
name
"port"
}
{
offset 16
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
windows.winsock.32
;
M:
servent
port<<
T{
struct-slot-spec
{
name
"port"
}
{
offset 16
}
{
class
fixnum
}
{
initial 0
}
{
type
short
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
windows.winsock.64
;
M:
servent
port<<
T{
struct-slot-spec
{
name
"port"
}
{
offset 24
}
{
class
fixnum
}
{
initial 0
}
{
type
short
}
}
write-struct-slot
;
inline
USING:
accessors
couchdb
kernel
math
slots
slots.private
;
M:
server
port<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
unix.ffi
;
M:
sockaddr-in6
port<<
T{
struct-slot-spec
{
name
"port"
}
{
offset 2
}
{
class
fixnum
}
{
initial 0
}
{
type
ushort
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
unix.ffi
;
M:
sockaddr-in
port<<
T{
struct-slot-spec
{
name
"port"
}
{
offset 2
}
{
class
fixnum
}
{
initial 0
}
{
type
ushort
}
}
write-struct-slot
;
inline
USING:
accessors
dns
slots.private
;
M:
srv
port<<
4
set-slot
;
inline
USING:
accessors
slots.private
urls
;
M:
url
port<<
6
set-slot
;
inline