Dan Sugalski wrote:
Okay, it's been a while, I've been out of it, it's time to start getting
going.
Welcome back.
Today's first topic: PMCs with real initializers. Here's a snip from the
updated PDD2:
Done.
leo
At 11:07 AM -0700 10/18/02, Brent Dax wrote:
Dan Sugalski:
# =item void init_pmc(INTERP, PMC* self, PMC* initializer)
...
# For example, if a class has the known properties "Size",
# "Dimension" and "Color", they may be assigned the values 100,
# 101, and 102. If the creator if the PMC knows enoug
> -Original Message-
> From: Dan Sugalski [mailto:dan@;sidhe.org]
>
> Okay, it's been a while, I've been out of it, it's time to start
> getting going.
Welcome back!
> Today's first topic: PMCs with real initializers. Here's a snip from
> the updated PDD2:
>
> --
>
> =item v
Dan Sugalski:
# =item void init_pmc(INTERP, PMC* self, PMC* initializer)
# For example, if a class has the known properties "Size",
# "Dimension" and "Color", they may be assigned the values 100,
# 101, and 102. If the creator if the PMC knows enough about
# the class to make the translatio
Okay, it's been a while, I've been out of it, it's time to start getting going.
Today's first topic: PMCs with real initializers. Here's a snip from
the updated PDD2:
--
=item void init_pmc(INTERP, PMC* self, PMC* initializer)
This form of the init method takes a single initializer