Lines Matching refs:statement
48 [/ #include <boost/phoenix/statement/sequence.hpp>]
52 statement,
53 statement,
55 statement
62 statement,
63 statement,
64 statement, // ERROR!
66 Is an error. The last statement should not have a comma. Block statements can be
67 grouped using the parentheses. Again, the last statement in a group should not
70 statement,
71 statement,
73 statement,
74 statement
76 statement
97 #include <boost/phoenix/statement/if.hpp>
99 We have seen the `if_` statement. The syntax is:
110 #include <boost/phoenix/statement/if.hpp>
146 Notice how the `if_else_` statement is nested.
154 #include <boost/phoenix/statement/switch.hpp>
166 a normal switch statement, cases do not fall through.
184 #include <boost/phoenix/statement/while.hpp>
210 #include <boost/phoenix/statement/do_while.hpp>
243 #include <boost/phoenix/statement/for.hpp>
252 It is again very similar to the C++ for statement. Take note that the
280 #include <boost/phoenix/statement/try_catch.hpp>
305 The second form of catch statement can refer thrown exception using specified
334 #include <boost/phoenix/statement/throw.hpp>
336 As a natural companion to the try/catch support, the statement module provides