NCBI C++ ToolKit
Public Member Functions | Private Attributes | List of all members
CSeqDB_AtlasAccessor Class Reference

Search Toolkit Book for CSeqDB_AtlasAccessor

Check file existence using CSeqDBAtlas. More...

+ Inheritance diagram for CSeqDB_AtlasAccessor:
+ Collaboration diagram for CSeqDB_AtlasAccessor:

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

CSeqDBAtlasm_Atlas
 

Detailed Description

Check file existence using CSeqDBAtlas.

Definition at line 395 of file seqdbcommon.cpp.

Constructor & Destructor Documentation

◆ CSeqDB_AtlasAccessor()

CSeqDB_AtlasAccessor::CSeqDB_AtlasAccessor ( CSeqDBAtlas atlas)
inline

Constructor.

Definition at line 398 of file seqdbcommon.cpp.

Member Function Documentation

◆ DoesFileExist()

virtual bool CSeqDB_AtlasAccessor::DoesFileExist ( const string fname)
inlinevirtual

Test file existence.

Parameters
fnameFully qualified name of file for which to look.
Returns
True iff file exists.

Implements CSeqDB_FileExistence.

Definition at line 406 of file seqdbcommon.cpp.

References CSeqDBAtlas::DoesFileExist(), and m_Atlas.

Member Data Documentation

◆ m_Atlas

CSeqDBAtlas& CSeqDB_AtlasAccessor::m_Atlas
private

Definition at line 412 of file seqdbcommon.cpp.

Referenced by DoesFileExist().


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:58:14 2024 by modify_doxy.py rev. 669887