Scarab  v3.9.4
Project 8 C++ Utility Library
Classes | Namespaces | Typedefs
application.hh File Reference
#include "CLI11.hpp"
#include "logger.hh"
#include "member_variables.hh"
#include "param_helpers.hh"
#include "version_semantic.hh"
#include <type_traits>
Include dependency graph for application.hh:

Go to the source code of this file.

Classes

class  config_decorator
 Adds the ability to create options and subcommands that are tied to a main_app's primary config. More...
 
struct  config_decorator::app_option_holder
 
struct  config_decorator::app_option_holder_typed< T >
 
struct  config_decorator::app_option_holder_vector_typed< T >
 
struct  config_decorator::app_option_holder_bool_flag
 
class  main_app
 Primary application class. More...
 

Namespaces

 scarab
 

Typedefs

typedef CLI::App app