Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::BatchSourceDestination Struct Reference

Pair of source/destination paths. Doing recursive processing adds directories to the destination. More...

Public Member Functions

 BatchSourceDestination (std::string source, std::string destination)
 

Public Attributes

std::string source
 Batch source file.
 
std::string destination
 Matching destination directory. May vary for recursive source processing.
 

Detailed Description

Pair of source/destination paths. Doing recursive processing adds directories to the destination.

Definition at line 87 of file Batch.cpp.

Constructor & Destructor Documentation

◆ BatchSourceDestination()

Cogs::Core::BatchSourceDestination::BatchSourceDestination ( std::string  source,
std::string  destination 
)
inline

Definition at line 95 of file Batch.cpp.

Member Data Documentation

◆ destination

std::string Cogs::Core::BatchSourceDestination::destination

Matching destination directory. May vary for recursive source processing.

Definition at line 91 of file Batch.cpp.

◆ source

std::string Cogs::Core::BatchSourceDestination::source

Batch source file.

Definition at line 89 of file Batch.cpp.


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