Doxygen XLinks
by
V: 2511R0
Website: doxygen
Loading...
Searching...
No Matches
dxl::ExclamationFile Struct Reference

Description:

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< EntryList
 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)

Field Details:

◆ List

alib::ListMA<Entry> dxl::ExclamationFile::List

A simple linear list of entries.

Definition at line 70 of file exclamations.hpp.

Constructor(s) / Destructor Details:

◆ ExclamationFile()

dxl::ExclamationFile::ExclamationFile ( )
inline

Constructor.

Definition at line 73 of file exclamations.hpp.

Method Details:

◆ Get()

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.

Parameters
filePathtodox
resultFilled with all rules defined for the file specified by filePath.

Definition at line 73 of file exclamations.cpp.

◆ Read()

void dxl::ExclamationFile::Read ( const alib::CString & filePath)

Reads an exclamation file.

Parameters
filePathThe path to the file to read.

Definition at line 19 of file exclamations.cpp.


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