IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP::AdvancedFlag< T, ENABLED > Class Template Reference

Use this to add an advanced flag to the program. More...

#include <IMP/Flag.h>

Inherits FlagImpl< T, ENABLED >.

Detailed Description

template<class T, bool ENABLED = true>
class IMP::AdvancedFlag< T, ENABLED >

Use this to add an advanced flag to the program.

Such flags are not shown unless requested (using --help_advanced).

See Also
Flag for more info.

Definition at line 53 of file Flag.h.

Public Member Functions

 AdvancedFlag (std::string name, std::string description, T default_value=T())
 
AdvancedFlag< T, ENABLED > & operator= (const T &o)
 

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