|
ADTF File Library
|
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>
Public Member Functions | |
| DefaultFilenameExtension (std::string default_filename_extension) | |
| Sets the default filename extension for the file processor. | |
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.
|
inlineexplicit |
Sets the default filename extension for the file processor.
| default_filename_extension | Default filename extension, including the leading dot (e.g. ".csv", ".mf4"). |