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

#include <IMP/flags.h>

Detailed Description

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

Note
You should consider using Flag<std::string> instead.

Definition at line 105 of file flags.h.

Public Member Functions

 AddStringFlag (std::string name, std::string description, std::string *storage)
 

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