#include <FclIndexRangeTool.h>
Definition at line 24 of file FclIndexRangeTool.h.
Definition at line 17 of file FclIndexRangeTool_tool.cc.
19 const Name myname =
"FclIndexRangeTool::ctor: ";
22 for (
string rnam :
ps.get_pset_names() ) {
23 if ( rnam ==
"LogLevel" )
continue;
24 cout << myname <<
" " << rnam <<
endl;
27 cout << myname <<
"Overwriting duplicate range: " << rnam <<
endl;
34 if ( ran.
name.size() > namSize ) namSize = ran.
name.size();
35 if ( ran.
label().size() > labSize ) labSize = ran.
label().size();
39 cout << myname <<
" Range count: " <<
m_Ranges.size() <<
endl;
41 for ( IndexRangeMap::value_type iran :
m_Ranges ) {
43 cout << myname <<
setw(namSize+2) << ran.
name
ChannelGroupService::Name Name
T get(std::string const &key) const
static constexpr double ps
Name label(Index ilab=0) const
Q_EXPORT QTSManip setw(int w)
QTextStream & endl(QTextStream &s)
FclIndexRangeTool::~FclIndexRangeTool |
( |
| ) |
|
|
overridedefault |
Index FclIndexRangeTool::m_LogLevel |
|
private |
The documentation for this class was generated from the following files: