multovl
1.3
Multiple overlaps of genomic regions
|
Wrapper around the overengineered boost::program_options. More...
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "boost/program_options.hpp"
Go to the source code of this file.
Classes | |
class | multovl::Polite |
Program Options LITE base class. The Polite class provides a wrapper over boost::program_options to make life a bit easier. Functionality includes parsing the default –help and –version options, and access to positional parameters. Apps using this are supposed to subclass Polite and add their own extra options. More... | |
Namespaces | |
multovl | |
Namespace for the MULTOVL tools. | |
Wrapper around the overengineered boost::program_options.