eval::detail::val Member List
This is the complete list of members for
eval::detail::val, including all inherited members.
| _store | eval::detail::val | [private] |
| coerce_double() const | eval::detail::val | [inline] |
| coerce_int() const | eval::detail::val | [inline] |
| coerce_string() const | eval::detail::val | [inline] |
| empty() const | eval::detail::val | [inline] |
| is_const() const | eval::detail::val | [inline] |
| operator=(val rhs) | eval::detail::val | [inline] |
| points_to_same_object_as(const val &rhs) const | eval::detail::val | [inline] |
| swap(val &other) | eval::detail::val | [inline] |
| type() const | eval::detail::val | [inline] |
| val() | eval::detail::val | [inline] |
| val(ValT *value, ownership_type_nocopy ownership_type) | eval::detail::val | [inline] |
| val(const ValT *value, ownership_type_nocopy ownership_type) | eval::detail::val | [inline] |
| val(const boost::shared_ptr< ValT > &value, ownership_type_shared_ptr) | eval::detail::val | [inline] |
| val(const boost::shared_ptr< const ValT > &value, ownership_type_shared_ptr) | eval::detail::val | [inline] |
| val(const boost::shared_array< ValT > &value, ownership_type_shared_array) | eval::detail::val | [inline] |
| val(const boost::shared_array< const ValT > &value, ownership_type_shared_array) | eval::detail::val | [inline] |
| val(ValT &value, ownership_type_copy) | eval::detail::val | [inline] |
| val(const ValT &value, ownership_type_copy) | eval::detail::val | [inline] |
| val(const val &other) | eval::detail::val | [inline] |
| val_cast_ptr_helper(const val &v, const boost::true_type &) | eval::detail::val | [friend] |
| val_cast_ptr_helper(const val &v, const boost::false_type &) | eval::detail::val | [friend] |
| will_copy_deeply() const | eval::detail::val | [inline] |
| ~val() | eval::detail::val | [inline] |