#include <FileID.h>
List of all members.
Public Member Functions |
std::string const & | fid () const |
| FileID (std::string const &id) |
| FileID () |
bool | isValid () const |
Private Attributes |
std::string | fid_ |
Detailed Description
Definition at line 14 of file FileID.h.
Constructor & Destructor Documentation
edm::FileID::FileID |
( |
| ) |
[inline] |
edm::FileID::FileID |
( |
std::string const & |
id | ) |
[inline, explicit] |
Member Function Documentation
std::string const& edm::FileID::fid |
( |
| ) |
const [inline] |
bool edm::FileID::isValid |
( |
void |
| ) |
const [inline] |
Member Data Documentation