| Line 64... |
Line 64... |
| 64 |
const std::string &batchPrefix, // The prefix given to batch filenames opened by this instance.
|
64 |
const std::string &batchPrefix, // The prefix given to batch filenames opened by this instance.
|
| 65 |
const std::string &batchSuffix, // The suffix given to batch filenames opened by this instance.
|
65 |
const std::string &batchSuffix, // The suffix given to batch filenames opened by this instance.
|
| 66 |
const bool &buildManifest = true, // When true, build a manifest of the files created by this stream, otherwise
|
66 |
const bool &buildManifest = true, // When true, build a manifest of the files created by this stream, otherwise
|
| 67 |
// don't build a manifest.
|
67 |
// don't build a manifest.
|
| 68 |
const std::string &manifestPrefix = "udMan", // The prefix given to manifest filenames opened by this instance.
|
68 |
const std::string &manifestPrefix = "udMan", // The prefix given to manifest filenames opened by this instance.
|
| 69 |
const std::string &manifestSuffix = ".txt" // The suffix given to manifest filenames opened by this instance.
|
69 |
const std::string &manifestSuffix = ".txt", // The suffix given to manifest filenames opened by this instance.
|
| - |
|
70 |
const std::string &pathmapTarget = "" // The folder in the file-system that shall contain the drain file.
|
| 70 |
);
|
71 |
);
|
| 71 |
|
72 |
|
| 72 |
//## Destructor (generated)
|
73 |
//## Destructor (generated)
|
| 73 |
virtual ~TransactionStream();
|
74 |
virtual ~TransactionStream();
|
| 74 |
|
75 |
|