Public Member Functions | Private Attributes

CSourceFileHolder Class Reference

#include <ConcIndexator.h>

Inheritance diagram for CSourceFileHolder:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Private Attributes


Detailed Description

CSourceFileHolder holds the list of source files


Constructor & Destructor Documentation

CSourceFileHolder::CSourceFileHolder ( void   ) 

Member Function Documentation

bool CSourceFileHolder::SaveSourceFileList ( string  FileName  ) 

Saves the list of source files to file *.con.

References m_bModifiedListOfFiles, and m_SourceFiles.

Referenced by CConcIndexator::CreateAsUnion(), and CConcordance::SaveProject().

Here is the caller graph for this function:

void CSourceFileHolder::DeleteSourceFile ( long  ItemNo  ) 

Deletes a source file.

References m_bModifiedListOfFiles, and m_SourceFiles.

void CSourceFileHolder::AddSourceFile ( const char *  FileName  ) 
void CSourceFileHolder::DeleteAllSourceFiles (  ) 

deletes all Source File Definition source files

References m_bModifiedListOfFiles, and m_SourceFiles.

Referenced by CConcIndexator::CreateAsUnion().

Here is the caller graph for this function:

size_t CSourceFileHolder::GetSourceFilesCount (  )  const

get the number of source files

References m_SourceFiles.

Referenced by CConcIndexatorInvoker::BuildIndex().

Here is the caller graph for this function:

string CSourceFileHolder::GetSourceFile ( size_t  FileNo  )  const

get the source file by the index

References m_SourceFiles.

Referenced by CConcIndexatorInvoker::BuildIndex().

Here is the caller graph for this function:

void CSourceFileHolder::AddSourceFilesFrom ( const CSourceFileHolder X  ) 

References m_bModifiedListOfFiles, and m_SourceFiles.

Referenced by CConcIndexator::CreateAsUnion().

Here is the caller graph for this function:

bool CSourceFileHolder::ReadSourceFileList ( string  FileName  ) 

References m_SourceFiles, and Trim().

Referenced by CConcIndexator::LoadSourceFilesAndOptions().

Here is the call graph for this function:

Here is the caller graph for this function:

int CSourceFileHolder::FoundNotExistedFile (  )  const

finds a source file which does not exist, if there is no such file, returns -1

References m_SourceFiles.

Referenced by CConcIndexatorInvoker::BuildIndex().

Here is the caller graph for this function:

bool CSourceFileHolder::IsModified (  )  const

Member Data Documentation

vector<string> CSourceFileHolder::m_SourceFiles [private]

The documentation for this class was generated from the following files: