Home | History | Annotate | Download | only in common

Lines Matching defs:SourceFile

2  * File:	SourceFile.cpp
8 #include "SourceFile.h"
25 //! \return An instance of the correct subclass of SourceFile for the given path.
32 SourceFile * SourceFile::openFile(const std::string & path)
73 SourceFile::SourceFile(const std::string & path)
80 SourceFile::~SourceFile()
89 void SourceFile::open()
99 void SourceFile::close()
107 unsigned SourceFile::getSize()
137 DataSource * SourceFile::createDataSource(const std::string & section)
143 DataTarget * SourceFile::createDataTargetForEntryPoint()