Boost logo

Boost Users :

From: Jan Eickmann (je_at_[hidden])
Date: 2005-03-10 10:19:58


Hi,

when doing a transition using transit<myDestinationState>, I would like
to pass some parameters to myDestination. Problem is, those
parameter-values will not be known at compile time, so I can't just
pass them in as template-parameters to myDestinationState.
Of course I could just set some global (or static member member)
variable and read that from myDestinationState's constructor but this
doesn't feel like a very clean design.

Any suggestions?

Jan Eickmann


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net