Handbook
Glossary
host<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
host<<
( value object -- )
Methods
USING:
accessors
gopher.private
slots.private
;
M:
gopher-link
host<<
5
set-slot
;
inline
USING:
accessors
imap
slots.private
;
M:
imap-settings
host<<
2
set-slot
;
inline
USING:
accessors
db.mysql
slots.private
;
M:
mysql-db
host<<
2
set-slot
;
inline
USING:
accessors
pop3
slots.private
;
M:
pop3-account
host<<
3
set-slot
;
inline
USING:
accessors
db.postgresql
slots.private
;
M:
postgresql-db
host<<
2
set-slot
;
inline
USING:
accessors
redis
slots.private
;
M:
redis
host<<
2
set-slot
;
inline
USING:
accessors
irc.messages
slots.private
;
M:
rpl-whois-user
host<<
11
set-slot
;
inline
USING:
accessors
couchdb
kernel
slots
slots.private
strings
;
M:
server
host<<
[
dup
string?
[
\
string
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
slots.private
urls
;
M:
url
host<<
5
set-slot
;
inline
USING:
accessors
slots.private
unix.utmpx
;
M:
utmpx-record
host<<
8
set-slot
;
inline