Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
test_ProgramOptions.cpp File Reference

test usage of program options More...

#include <iostream>
#include <string>
#include <vector>
#include <limbo/programoptions/ProgramOptions.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 test usage of program options, such as help, boolean, integer, floating point number, and vector More...
 

Detailed Description

test usage of program options

Author
Yibo Lin
Date
Jul 2015

Definition in file test_ProgramOptions.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

test usage of program options, such as help, boolean, integer, floating point number, and vector

Parameters
argcnumber of arguments
argvvalues of arguments
Returns
0 if parsing succeeds, 1 if help message is specified

Definition at line 21 of file test_ProgramOptions.cpp.