DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
GetOpts::CommandLineOption< Mixins > Struct Template Reference

#include <cmdLineOptions.hpp>

Inheritance diagram for GetOpts::CommandLineOption< Mixins >:

Public Member Functions

 CommandLineOption (char Flag, const std::string &HelpMessageLine)
 

Public Attributes

char flag
 
std::string helpMessageLine
 

Constructor & Destructor Documentation

◆ CommandLineOption()

template<template< typename > class... Mixins>
GetOpts::CommandLineOption< Mixins >::CommandLineOption ( char Flag,
const std::string & HelpMessageLine )
inline

Member Data Documentation

◆ flag

template<template< typename > class... Mixins>
char GetOpts::CommandLineOption< Mixins >::flag

◆ helpMessageLine

template<template< typename > class... Mixins>
std::string GetOpts::CommandLineOption< Mixins >::helpMessageLine

The documentation for this struct was generated from the following file: