NCBI C++ ToolKit
|
Search Toolkit Book for CSeqDB_AtlasAccessor
Check file existence using CSeqDBAtlas. More...
Public Member Functions | |
CSeqDB_AtlasAccessor (CSeqDBAtlas &atlas) | |
Constructor. More... | |
virtual bool | DoesFileExist (const string &fname) |
Test file existence. More... | |
Public Member Functions inherited from CSeqDB_FileExistence | |
virtual | ~CSeqDB_FileExistence () |
Destructor. More... | |
Private Attributes | |
CSeqDBAtlas & | m_Atlas |
Check file existence using CSeqDBAtlas.
Definition at line 395 of file seqdbcommon.cpp.
|
inline |
Constructor.
Definition at line 398 of file seqdbcommon.cpp.
Test file existence.
fname | Fully qualified name of file for which to look. |
Implements CSeqDB_FileExistence.
Definition at line 406 of file seqdbcommon.cpp.
References CSeqDBAtlas::DoesFileExist(), and m_Atlas.
|
private |
Definition at line 412 of file seqdbcommon.cpp.
Referenced by DoesFileExist().