#include "FileCatalog.h"
Definition at line 14 of file FileCatalog.h.
art::FileCatalogItem::FileCatalogItem |
( |
| ) |
|
|
default |
art::FileCatalogItem::FileCatalogItem |
( |
std::string const & |
pfn, |
|
|
std::string const & |
lfn, |
|
|
std::string const & |
uri |
|
) |
| |
|
inline |
void art::FileCatalogItem::consume |
( |
| ) |
|
|
inline |
bool art::FileCatalogItem::consumed |
( |
| ) |
const |
|
inline |
std::string const& art::FileCatalogItem::fileName |
( |
| ) |
const |
|
inline |
void art::FileCatalogItem::fileName |
( |
std::string const & |
pfn | ) |
|
|
inline |
std::string const& art::FileCatalogItem::logicalFileName |
( |
| ) |
const |
|
inline |
void art::FileCatalogItem::logicalFileName |
( |
std::string const & |
lfn | ) |
|
|
inline |
void art::FileCatalogItem::skip |
( |
| ) |
|
|
inline |
bool art::FileCatalogItem::skipped |
( |
| ) |
const |
|
inline |
std::string const& art::FileCatalogItem::uri |
( |
| ) |
const |
|
inline |
void art::FileCatalogItem::uri |
( |
std::string const & |
uri | ) |
|
|
inline |
bool art::FileCatalogItem::consumed_ {false} |
|
private |
std::string art::FileCatalogItem::lfn_ {} |
|
private |
std::string art::FileCatalogItem::pfn_ {} |
|
private |
bool art::FileCatalogItem::skipped_ {false} |
|
private |
std::string art::FileCatalogItem::uri_ {} |
|
private |
The documentation for this class was generated from the following file: