#include <XrdOucName2Name.hh>
Public Member Functions | |
virtual std::vector< std::string * > * | n2nVec (const char *lfn)=0 |
virtual void | Recycle (std::vector< std::string * > *nvP) |
XrdOucName2NameVec () | |
Constructor and Destructor. | |
virtual | ~XrdOucName2NameVec () |
It should be set during XrdOucName2Name initialization to point to an instance of the object. The methods defined for this class must be thread-safe. The default XrdOucName2Name translator also includes the XrdOucName2NameVec translator.
XrdOucName2NameVec::XrdOucName2NameVec | ( | ) | [inline] |
Constructor and Destructor.
virtual XrdOucName2NameVec::~XrdOucName2NameVec | ( | ) | [inline, virtual] |
virtual std::vector<std::string *>* XrdOucName2NameVec::n2nVec | ( | const char * | lfn | ) | [pure virtual] |
Map a logical file name to all of its possible physical file names.
lfn | -> Logical file name. |
virtual void XrdOucName2NameVec::Recycle | ( | std::vector< std::string * > * | nvP | ) | [inline, virtual] |