#include <iostream>
#include <sstream>
#include <string>
#include "SimpleOpt.h"
#include "csv2sc.help"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
OPT_HELP | |
OPT_DELIM | |
OPT_ROW | |
OPT_COL | |
Definition at line 21 of file csv2sc.cxx.
◆ error()
◆ isnumeric()
bool isnumeric |
( |
const std::string & |
s | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ g_rgOptions
CSimpleOpt::SOption g_rgOptions[] |
Initial value:= {
}
#define SO_END_OF_OPTIONS
this option definition must be the last entry in the table
Definition at line 24 of file csv2sc.cxx.