Searched defs:int_value_impl (Results 1 – 1 of 1) sorted by relevance
220 struct int_value_impl : public value_node struct226 char const* type_name() const { return "integer"; } in type_name()234 int value_;237 int_value_impl::int_value_impl(int v, value::tag_type t) in int_value_impl() function in quickbook::detail::int_value_impl