IMP  2.3.1
The Integrative Modeling Platform
IMP::base::AddBoolFlag Struct Reference

#include <IMP/base/flags.h>

Detailed Description

Define one of these in C++ to add a new bool flag storing into the passed variable.

Note
You should consider using Flag<bool> instead.

Definition at line 136 of file flags.h.

Public Member Functions

 AddBoolFlag (std::string name, std::string description, bool *storage)
 

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