Belle II Software light-2406-ragdoll
RelationsObject.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#include <framework/datastore/RelationsObject.h>
10
11#include <framework/utilities/HTML.h>
12
13using namespace Belle2;
14
15std::string _RelationsInterfaceImpl::htmlToPlainText(const std::string& html)
16{
17 return HTML::htmlToPlainText(html);
18}
std::string htmlToPlainText(const std::string &html)
Reformat given HTML string into terminal-friendly plain text.
Definition: HTML.cc:138
std::string htmlToPlainText(const std::string &html)
See RelationsObject::getInfo()
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24