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

#include <cmdLineOptions.hpp>

Inheritance diagram for GetOpts::Required< Derived >:
GetOpts::CommandLineOption< Required, WithoutArgument > GetOpts::CommandLineOption< Required, WithDoubleArgument > GetOpts::CommandLineOption< Required, WithFileArgument > GetOpts::CommandLineOption< Required, WithIntegerArgument > GetOpts::CommandLineOption< Required, WithStringArgument >

Public Member Functions

std::string getHelpMessage () const
 

Private Attributes

const Derived * pDerived {static_cast<const Derived*>(this)}
 

Member Function Documentation

◆ getHelpMessage()

template<typename Derived>
std::string GetOpts::Required< Derived >::getHelpMessage ( ) const
inline

References pDerived.

Member Data Documentation

◆ pDerived

template<typename Derived>
const Derived* GetOpts::Required< Derived >::pDerived {static_cast<const Derived*>(this)}
private

Referenced by getHelpMessage().


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