Home
last modified time | relevance | path

Searched defs:context_composite (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dsample8.cpp131 struct context_composite { struct
133 typedef context_composite<ActorT, LocsT> self_t;
136 struct result { typedef typename tuple_element<0, LocsT>::type type; };
138 context_composite(ActorT const& actor_, LocsT const& locals_) in context_composite() function
143 eval(TupleT const& args) const in eval()
150 ActorT actor;
151 LocsT locals;
Dsample9.cpp167 struct context_composite { struct
169 typedef context_composite<ActorT, LocsT> self_t;
172 struct result { typedef typename tuple_element<0, LocsT>::type type; };
174 context_composite(ActorT const& actor_, LocsT const& locals_) in context_composite() argument
179 eval(TupleT const& args) const in eval()
186 ActorT actor;
187 LocsT locals;
Dsample10.cpp342 struct context_composite { struct
344 typedef context_composite<ActorT, LocsT> self_t;
347 struct result { typedef typename tuple_element<0, LocsT>::type type; };
349 context_composite(ActorT const& actor_, LocsT const& locals_) in context_composite() argument
354 eval(TupleT const& args) const in eval()
361 ActorT actor;
362 LocsT locals;