Kaim::IntermediateFilesConfig Class Reference

Kaim::IntermediateFilesConfig Class Reference

#include <intermediatefilesconfig.h>

Class Description

The IntermediateFilesConfig class is used by GeneratorRunOptions to store configuration parameters that control whether or not the Generator writes different types of intermediate data to files on disk, where, and how.

Public Member Functions

bool IsEnabled () const
 Returns true if at least one intermediate file is to be created. More...
 

Private Member Functions

String GetFileName (const CellPos &cellPos, const String &extension) const
 Returns the actual file name that should be used for the file that corresponds to the cellPos cell. More...
 

Member Function Documentation

String Kaim::IntermediateFilesConfig::GetFileName ( const CellPos cellPos,
const String &  extension 
) const
private

Returns the actual file name that should be used for the file that corresponds to the cellPos cell.

bool Kaim::IntermediateFilesConfig::IsEnabled ( ) const
inline

Returns true if at least one intermediate file is to be created.


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