|
Scroom
0.14
|
#include <cstdlib>#include <iostream>#include <list>#include <string>#include <spdlog/sinks/stdout_color_sinks.h>#include <spdlog/spdlog.h>#include <boost/lexical_cast.hpp>#include <boost/program_options.hpp>#include <gtk/gtk.h>#include "callbacks.hh"
Functions | |
| void | usage (const std::string &me, const po::options_description &desc, const std::string &message=std::string()) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

| void usage | ( | const std::string & | me, |
| const po::options_description & | desc, | ||
| const std::string & | message = std::string() |
||
| ) |