ADTF File Library
Loading...
Searching...
No Matches
adtfdat_processing::meta_info::DefaultFilenameExtension Class Reference

The DefaultFilenameExtension class is an easy way to define the default filename extension for an ADTF file processor. The class can be linked to an entire configuration using the "+" operator, analogous to PropertyBuilder. More...

#include <processor.h>

Inheritance diagram for adtfdat_processing::meta_info::DefaultFilenameExtension:
[legend]
Collaboration diagram for adtfdat_processing::meta_info::DefaultFilenameExtension:
[legend]

Public Member Functions

 DefaultFilenameExtension (std::string default_filename_extension)
 Sets the default filename extension for the file processor.
 

Detailed Description

The DefaultFilenameExtension class is an easy way to define the default filename extension for an ADTF file processor. The class can be linked to an entire configuration using the "+" operator, analogous to PropertyBuilder.

Constructor & Destructor Documentation

◆ DefaultFilenameExtension()

adtfdat_processing::meta_info::DefaultFilenameExtension::DefaultFilenameExtension ( std::string default_filename_extension)
inlineexplicit

Sets the default filename extension for the file processor.

Parameters
default_filename_extensionDefault filename extension, including the leading dot (e.g. ".csv", ".mf4").

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