args | formats::base< Format, Args > | |
args_t typedef | formats::base< Format, Args > | |
base(args_t args_) | formats::base< Format, Args > | inlineexplicit |
print_any(O &out, const T &it, std::size_t indent) | formats::base< Format, Args > | inline |
print_obj(O &out, const R &obj, std::size_t indent=0) | formats::base< Format, Args > | inline |
print_obj_field_impl(O &out, const R &obj, std::size_t indent) | formats::base< Format, Args > | inline |
print_obj_impl(O &out, const R &obj, std::size_t indent, std::index_sequence< I... >) | formats::base< Format, Args > | inline |
print_obj_method(O &out, const R &obj) | formats::base< Format, Args > | inline |
print_std_iterable(O &out, const T &it, std::size_t indent) | formats::base< Format, Args > | inline |
print_std_pair(O &out, const T &it, std::size_t indent) | formats::base< Format, Args > | inline |
visit(const R &obj) | formats::base< Format, Args > | inline |
visit_any(const T &it) | formats::base< Format, Args > | inlineprotected |
visit_iterable(const T &iterable) | formats::base< Format, Args > | inlineprotected |
visit_obj(const R &obj) | formats::base< Format, Args > | inlineprotected |
visit_obj_field(const R &obj) | formats::base< Format, Args > | inlineprotected |
visit_value(const T &obj) | formats::base< Format, Args > | inlineprotected |
~base() | formats::base< Format, Args > | inlinevirtual |