#include <try_catch.hpp>
Public Member Functions | |
catch_gen (TryCatch const &try_catch_) | |
template<typename Expr > | |
boost::disable_if < proto::matches< typename proto::result_of::child_c < TryCatch, proto::arity_of < TryCatch >::value-1 >::type, rule::catch_all >, typename detail::catch_push_back < TryCatch, Exception, Expr > ::type >::type | operator[] (Expr const &expr) const |
Public Attributes | |
TryCatch const & | try_catch |
|
inline |
|
inline |
TryCatch const& boost::phoenix::catch_gen< TryCatch, Exception >::try_catch |