CAPD::DynSys Library  6.0.0
configFileReader2.cpp File Reference
#include <sstream>
#include <vector>
#include "capd/auxil/ConfigFileReader.h"

Functions

int main (int, char *[])
 

Variables

const char fileContents []
 

Function Documentation

◆ main()

int main ( int  ,
char *  [] 
)

Variable Documentation

◆ fileContents

const char fileContents[]
Initial value:
=
" # This is an example \n"
" command = copy \n"
" \n"
" # In the following we could also define section [source] \n"
" # to shorten keys names \n"
" source.directory = /Documents and Settings/Jennifer/My Documents \n"
" source.size = 4 ; number of files \n"
" source.files = file1.cpp file2.cpp file3.cpp file4.cpp ; file names cannot have white-spaces \n"
" [destination] \n"
" directory = C:\\Temp"