IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
IMP::AddBoolFlag Struct Reference

#include <IMP/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 141 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: