modules::missing_option Struct Reference

#include <ModulesOptions.h>

Inherits std::runtime_error.

List of all members.

Public Member Functions

 missing_option (const std::string &name, const std::string &opt)

Detailed Description

Definition at line 15 of file ModulesOptions.h.


Constructor & Destructor Documentation

modules::missing_option::missing_option ( const std::string &  name,
const std::string &  opt 
) [inline]

Definition at line 16 of file ModulesOptions.h.

00016                                                                :
00017         std::runtime_error(("Missing option for '"+name+"': '"+opt+"'" ).c_str()){};
};


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

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1