Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Ubik <u009731@alpcom.it>
To: caml-list@inria.fr
Subject: Events, method iterator
Date: Sun, 30 May 1999 21:44:25 +0200	[thread overview]
Message-ID: <4.1.19990530212605.009311e0@email.alpcom.it> (raw)
In-Reply-To: <E10ykw0-0001U5-00@nestor>

Hi everybody. I premise:
1) I'm a neophyte about caml
2) I can't speak French, so my mails will be mono-lingual.

Now the questions :
a) How can i get the value associated with an event (if an event actually
"carries" a value ...) ?
    i tried to send out a function through an int->int->int channel, i
receive it from the other side with
    an int->int->int event, but i can't apply it ...
b) Is there a way to iterate a method upon a list of objects of some type ?
Suppose i have a hierarchy
    with many overridden methods, and that i use containers of base-type,
like this :
    class shape = object
	method virtual paint : unit
	...
    end
    class circle = object
	inherit shape
	method paint = ...
	...
    end
    ...
    let paintObject x = x#paint

    class container = object
	inherit shape
	val mutable _objs:shape list = []
	method paint = List.iter paintObject _objs
	...
    end
    I have to define a function for every method to iterate, in this way ?
There's no way to define an
    explicit function to send messages to objects ?

Thank you

Emiliano




  reply	other threads:[~1999-05-31  9:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-26 12:07 Random.int on non unix platform Damien Doligez
1999-06-28 22:35 ` Martin Quinson
1999-05-30 19:44   ` Ubik [this message]
1999-06-01  9:39     ` Events, method iterator Jerome Vouillon
     [not found] <4.1.19990531191134.00939130@email.alpcom.it>
1999-05-31 20:17 ` Markus Mottl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.1.19990530212605.009311e0@email.alpcom.it \
    --to=u009731@alpcom.it \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox