#include <FileNameComponents.h>
Definition at line 28 of file FileNameComponents.h.
Definition at line 11 of file FileNameComponents.cc.
std::vector< std::pair< std::string, std::string > > components_
std::string art::detail::FileNameComponents::fileNameWithIndex |
( |
std::size_t |
index | ) |
const |
Definition at line 45 of file FileNameComponents.cc.
47 std::ostringstream num_str;
49 auto const&
prefix = pr.first;
50 auto const& specifier = pr.second;
52 if (!specifier.empty()) {
Q_EXPORT QTSManip setw(int w)
std::vector< std::pair< std::string, std::string > > components_
Q_EXPORT QTSManip setfill(int f)
Definition at line 24 of file FileNameComponents.cc.
33 assert(
components_.size() == fnc.components_.size());
35 auto b2 =
cbegin(fnc.components_);
36 for (; b1 != e1; ++b1, ++b2) {
37 if (b1->first < b2->first)
40 assert(b2 ==
cend(fnc.components_));
decltype(auto) constexpr cend(T &&obj)
ADL-aware version of std::cend.
decltype(auto) constexpr cbegin(T &&obj)
ADL-aware version of std::cbegin.
std::vector< std::pair< std::string, std::string > > components_
void art::detail::FileNameComponents::setSuffix |
( |
std::string |
suffix | ) |
|
std::string art::detail::FileNameComponents::suffix_ {} |
|
private |
The documentation for this class was generated from the following files: