Reads a text file with exclamation definitions. Entries have the format filename, line [, col] Method Includes tests a source location for beeing excluded.
Definition at line 22 of file exclamations.hpp.
#include <exclamations.hpp>
Inner Type Index: | |
| class | Entry |
| An entry of the exclamation file. More... | |
Public Field Index: | |
| alib::ListMA< Entry > | List |
| A simple linear list of entries. | |
Public Method Index: | |
| ExclamationFile () | |
| Constructor. | |
| void | Get (const alib::system::PathString &filePath, alib::StdVectorMA< Entry * > &result) |
| void | Read (const alib::CString &filePath) |
| alib::ListMA<Entry> dxl::ExclamationFile::List |
A simple linear list of entries.
Definition at line 70 of file exclamations.hpp.
|
inline |
Constructor.
Definition at line 73 of file exclamations.hpp.
| void dxl::ExclamationFile::Get | ( | const alib::system::PathString & | filePath, |
| alib::StdVectorMA< Entry * > & | result ) |
Collects all rules to a given filePath in the given result vector.
| filePath | todox |
| result | Filled with all rules defined for the file specified by filePath. |
Definition at line 73 of file exclamations.cpp.
| void dxl::ExclamationFile::Read | ( | const alib::CString & | filePath | ) |
Reads an exclamation file.
| filePath | The path to the file to read. |
Definition at line 19 of file exclamations.cpp.