#include <SonarFileFactory.h>
Collaboration diagram for SonarFileFactory:

Public Member Functions | |
| SonarFileFactory (const LPCTSTR &fqfn) | |
| Ctor. | |
| virtual | ~SonarFileFactory () |
| Dtor. | |
| bool | determined () const |
| Whether, or not, the fqfn could be determined to be a known Sonar file. | |
| SonarFileRecordFactory * | recordFactory () const |
| Give the correct SonarFileRecordFactory for fqfn. | |
An object of this class will examine a givern file and produce, if possible, a matching SonarFileRecordFactory.
Definition at line 19 of file SonarFileFactory.h.
| SonarFileFactory::SonarFileFactory | ( | const LPCTSTR & | fqfn | ) |
Ctor.
| fqfn | The fully qualified file name. |
| virtual SonarFileFactory::~SonarFileFactory | ( | ) | [virtual] |
Dtor.
| bool SonarFileFactory::determined | ( | ) | const |
Whether, or not, the fqfn could be determined to be a known Sonar file.
| SonarFileRecordFactory* SonarFileFactory::recordFactory | ( | ) | const |
Give the correct SonarFileRecordFactory for fqfn.